ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/404.html
Revision: 437
Committed: Thu Jan 5 19:42:49 2012 UTC (12 years, 2 months ago) by laffer1
Content type: text/html
File size: 1829 byte(s)
Log Message:
html 5 doctype

File Contents

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