ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/404.html
Revision: 581
Committed: Thu Mar 19 13:00:00 2015 UTC (9 years, 1 month ago) by laffer1
Content type: text/html
File size: 1900 byte(s)
Log Message:
add viewport

File Contents

# User Rev Content
1 laffer1 437 <!DOCTYPE html>
2     <html>
3 smultron 185 <head>
4     <title>MidnightBSD: 404 Not Found</title>
5 laffer1 581 <meta name="viewport" content="width=device-width, initial-scale=1">
6 smultron 185 <style type="text/css" media="screen">
7     * { text-align: center; }
8     html, body { margin: 0; padding: 0; }
9     body { background: #0e0e0e; color: #fff; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif; }
10     a:link, a:visited, a:active, a:hover { color: #fff; }
11     h1, h2, h3 { font-weight: normal; }
12     h1 { font-size: 3.5em; margin: .2em; }
13     h2 { }
14     #globe { width: 100%; }
15 smultron 203 #header { margin: 0 auto; width: 100%; height: 261px; background: #14202f url("/images/404b.jpg") center center no-repeat; z-index: 0; }
16     #mountain { background: url("/images/404a.png") repeat-x; width: 100%; height: 60px; position: absolute; top: 205px; }
17 smultron 185 #links { font-family: "HelveticaNeue-UltraLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif; letter-spacing: 1px; font-size: 1.2em; margin-bottom: 2em; }
18     ul { list-style: none; display: inline; }
19     ul li { display: inline; }
20     </style>
21     </head>
22     <body>
23     <div id="globe">
24     <div id="mountain"></div>
25     <div id="header"></div>
26     <h1>Oops!</h1>
27     <h2>The page you're looking for can't be found.</h2>
28     <h3>Please try one of the following links.</h3>
29     <div id="links">
30     <ul>
31     <li><a href="/"> home</a><span class="dot"> &#8226; </span></li>
32     <li><a href="/about/">about</a><span class="dot"> &#8226; </span></li>
33     <li><a href="/news/">news</a><span class="dot"> &#8226; </span></li>
34     <li><a href="/download/">download</a><span class="dot"> &#8226; </span></li>
35     <li><a href="/community/">community</a><span class="dot"> &#8226; </span></li>
36 laffer1 437 <li><a href="/developer/">developers</a><span class="dot"> &#8226; </span></li>
37 smultron 185 <li><a href="/support/">support</a></li>
38     </ul>
39     </div>
40     </body>
41 smultron 203 </html>