ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/404.html
Revision: 203
Committed: Thu Sep 4 15:41:18 2008 UTC (15 years, 6 months ago) by smultron
Content type: text/html
File size: 1892 byte(s)
Log Message:
fixed image links (absolute)

File Contents

# User Rev Content
1 smultron 185 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
2     <html>
3 laffer1 173
4 smultron 185 <head>
5     <title>MidnightBSD: 404 Not Found</title>
6     <style type="text/css" media="screen">
7     <!--
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 smultron 203 #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 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; }
19     ul { list-style: none; display: inline; }
20     ul li { display: inline; }
21     -->
22     </style>
23     </head>
24     <body>
25     <div id="globe">
26     <div id="mountain"></div>
27     <div id="header"></div>
28     <h1>Oops!</h1>
29     <h2>The page you're looking for can't be found.</h2>
30     <h3>Please try one of the following links.</h3>
31     <div id="links">
32     <ul>
33     <li><a href="/"> home</a><span class="dot"> &#8226; </span></li>
34     <li><a href="/about/">about</a><span class="dot"> &#8226; </span></li>
35     <li><a href="/news/">news</a><span class="dot"> &#8226; </span></li>
36     <li><a href="/download/">download</a><span class="dot"> &#8226; </span></li>
37     <li><a href="/community/">community</a><span class="dot"> &#8226; </span></li>
38     <li><a href="/developers/">developers</a><span class="dot"> &#8226; </span></li>
39     <li><a href="/support/">support</a></li>
40     </ul>
41     </div>
42     </body>
43 smultron 203 </html>