Initial commit with Fublo template
[apps-fullscreen] / www / assets / css / skeleton / 404.html
1 <!DOCTYPE html>
2 <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
3 <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
4 <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
5 <!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
6 <head>
7
8         <!-- Basic Page Needs
9   ================================================== -->
10         <meta charset="utf-8">
11         <title>Your Page Title Here :)</title>
12         <meta name="description" content="">
13         <meta name="author" content="">
14         <!--[if lt IE 9]>
15                 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
16         <![endif]-->
17
18         <!-- Mobile Specific Metas
19   ================================================== -->
20         <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
21
22         <!-- CSS
23   ================================================== -->
24         <link rel="stylesheet" href="stylesheets/base.css">
25         <link rel="stylesheet" href="stylesheets/skeleton.css">
26         <link rel="stylesheet" href="stylesheets/layout.css">
27
28         <!-- Favicons
29         ================================================== -->
30         <link rel="shortcut icon" href="images/favicon.ico">
31         <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
32         <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
33         <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
34
35 </head>
36 <body>
37
38         <!-- Primary Page Layout
39         ================================================== -->
40         <div class="container">
41                 <h1 style="margin-top: 100px; text-align:center">Sorry. Couldn't Find That Page!</h1>
42         </div>
43
44 <!-- End Document
45 ================================================== -->
46 </body>
47 </html>