root/jm3.net/public/404.html

Revision 1608, 0.8 kB (checked in by jm3, 3 months ago)

new 404

Line 
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5   <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
6   <title>Scene Missing</title>
7
8     <style type="text/css">
9       body {
10         background-color: #000;
11         color: #fff;
12         font-family: sans-serif;
13         background-image: url(/images/404.jpg);
14         background-position: top right;
15         background-repeat: no-repeat;
16       }
17       div#dialog {
18         width: 25em;
19         padding: 0 1em;
20       }
21       h1 {
22         font-size: 100%;
23       }
24     </style>
25   </head>
26
27   <body>
28
29     <div id="dialog">
30       <h1>The page you were looking for doesn't exist.</h1>
31       <p>Man, that stinks.</p>
32     </div>
33   </body>
34
35 </html>
Note: See TracBrowser for help on using the browser.