root/peasantonline/public/500.html

Revision 1141, 2.5 kB (checked in by jm3, 2 years ago)

basic, non-ugly 500 server error page

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>
4         <head>
5                 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6                 <meta name="description" content="Clothes for men" />
7                 <meta name="keywords" content="clothes, fashion, APC, 120% Lino, Belstaff, Edun, Engineered Garments, Generra, Jack Spade, NDC, Rogan, Rogues Gallery, Steven Alan" />
8                 <meta name="author" content="jm3 / jamesv / the tools to make tools crew" />
9                 <link href="/stylesheets/catalog.css" rel="stylesheet" type="text/css"/>
10                 <link rel="stylesheet" href="/stylesheets/sIFR-screen.css" type="text/css" media="screen" />
11                 <link rel="stylesheet" href="/stylesheets/sIFR-print.css" type="text/css" media="print" />
12
13                 <link rel="stylesheet" href="/stylesheets/lightbox.css" type="text/css" media="screen" />
14                 <link rel="Shortcut Icon" href="/images/p_favicon.ico">
15                 <script src="/javascripts/sifr.js" type="text/javascript"></script>
16                
17                         <map name="header_map" id="header_map">
18                                 <area shape="rect" coords="0,20,280,70" href="/" alt="home" />
19                                 <area shape="rect" coords="391,75,453,97" href="/" alt="home" />
20
21                                 <area shape="rect" coords="463,75,530,100" href="/shop/" alt="shop" />
22                                 <area shape="rect" coords="541,65,621,99" href="/history/" alt="history" />
23                                 <area shape="rect" coords="643,67,710,99" href="/contact/" alt="contact" />
24                         </map>
25                
26         <title> Peasant </title>
27         </head>
28         <body>
29
30                 <div id="header">
31
32                         <img src="/images/interface/header.jpg"
33                                 width="750" height="103" usemap="#header_map" border="0" alt="Peasant Online" />
34                 </div>
35
36                  
37                 <div id="main_holder">
38
39                         <div id="content">
40
41                                 <h1>
42                                         We're sorry, something went wrong.
43                                 </h1>
44
45                                 <map name="Map2">
46                                 <area shape="rect" coords="223,126,310,173" href="/shop/men">
47                                 <area shape="rect" coords="495,122,613,168" href="/shop/women">
48                                 </map>
49                                 <img src="/images/mensWomens.jpg" border="0" usemap="#Map2">
50                        
51                         </div>
52                         <!-- start footer -->
53                         <div id="footer"></div>
54
55                 </div>
56
57                 <center>
58                         <br />
59                         <small>
60                                 <a style="color: white;" href="/sitemap">sitemap</a>
61                         </small>
62                 </center>
63
64                 <script type="text/javascript">
65                         if(typeof sIFR == "function"){
66                     sIFR.replaceElement("h1,h2", named({sFlashSrc: "/fonts/headline.swf", sColor: "#555555", sBgColor: "#444444", sWmode:"transparent" }));
67                         };
68                 </script>
69                 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
70                 <script type="text/javascript">
71                         _uacct = "UA-228926-5";
72                         urchinTracker();
73                 </script>
74
75         </body>
76 </html>
77
78
Note: See TracBrowser for help on using the browser.