ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/404.html
Revision: 352
Committed: Mon May 25 19:35:22 2009 UTC (14 years, 10 months ago) by laffer1
Content type: text/html
File size: 1966 byte(s)
Log Message:
*** empty log message ***

File Contents

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