ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/404.html
Revision: 173
Committed: Wed Aug 27 19:22:52 2008 UTC (15 years, 8 months ago) by laffer1
Content type: text/html
File size: 642 byte(s)
Log Message:
add 404 page files

File Contents

# Content
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en>
5
6 <head>
7 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
8 <title>404 Not Found</title>
9 <style type="text/css">
10 body { background: white; color: black; text-align: center;
11 margin: auto; padding: auto; vertical-align: center;}
12 h1 { margin: auto; }
13 </style>
14 </head>
15
16 <body>
17
18 <h1><img src="/404.png" alt="404 Not Found" /></h1>
19 <p>Document not found. Go to <a href="/">home page</a>.</p>
20 </body>
21
22 </html>