initial commit of about crashes project
[aboutcrashes.git] / index.html
1 <!-- This Source Code Form is subject to the terms of the Mozilla Public
2    - License, v. 2.0. If a copy of the MPL was not distributed with this file,
3    - You can obtain one at http://mozilla.org/MPL/2.0/.  -->
4
5 <!DOCTYPE html>
6 <html manifest="manifest.appcache">
7 <head>
8   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9   <!-- try to get 1:1 scaling on mobile, see
10        https://developer.mozilla.org/en/Mobile/Viewport_meta_tag -->
11   <meta name="viewport" content="width=device-width, height=device-height">
12   <title>About Crashes</title>
13   <script src="js/aboutcrashes.js"></script>
14   <link rel="stylesheet" href="style/aboutcrashes.css">
15   <link rel="shortcut icon" href="style/icon32.png" type="image/png">
16 </head>
17 <body id="body">
18 <h1>About Crashes</h1>
19
20 <ul id="crashlist">
21 </ul>
22
23 <p id="error">
24 </p>
25
26 </body>
27 </html>