root/trunk/gui/errordocs/404.html

Revision 930, 1.1 kB (checked in by rats, 1 year ago)

* Fixed #902: Default index and error pages css validation link

  • Fixed #835: Add awstats_updateall.pl to logrotate config
Line 
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5   <meta name="robots" content="noindex" />
6   <meta name="robots" content="nofollow" />
7   <title>ispCP OMEGA - ERROR</title>
8   <script src="/errors/inc/errordocs.js" type="text/javascript"></script>
9   <link href="/errors/inc/errordocs.css" rel="stylesheet" type="text/css" />
10  </head>
11  <body>
12   <div id="zh">
13    <div id="content">
14     <h2>Error 404!</h2>
15     <br />
16     <span class="path"><script type="text/javascript"> document.write(get_path()); </script></span>
17     <h3>File Not Found!</h3>
18    </div>
19   </div>
20   <div id="bottom"><p class="login"><a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="border:0;width:80px;height:15px" src="/errors/inc/valid_css.jpg" alt="Valid CSS!" /></a>&nbsp;<a href="http://validator.w3.org/check?uri=referer"><img src="/errors/inc/valid_xhtml.jpg" alt="Valid XHTML 1.0 Strict" style="border:0;width:80px;height:15px" /></a></p></div>
21  </body>
22 </html>
Note: See TracBrowser for help on using the browser.