Update and fix Amazon links and store.
[website] / 404.html
1 <?xml version="1.0" encoding="utf-8"?>    <!-- -*- html -*- -->
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6   <head>
7     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> 
8     <link href="/Images/favicon.png" rel="icon" type="image/png"/>
9     <title>404 Not Found</title>
10
11     <style type="text/css">
12       /*<![CDATA[*/
13       #goog-wm { }
14       #goog-wm h3.closest-match { }
15       #goog-wm h3.closest-match a { }
16       #goog-wm h3.other-things { }
17       #goog-wm ul li { }
18       #goog-wm li.search-goog { display: block; }
19       div.missing { 
20       text-align: left;
21       font-family: times new roman, verdana, helvetica, sans-serif;
22       font-weight: bold;
23       }
24       /*]]>*/
25     </style>
26     <script language="Javascript" type="text/javascript">
27       //<![CDATA[
28 <!-- 
29 var GOOG_FIXURL_LANG = 'en';
30 var GOOG_FIXURL_SITE = 'http://www.sxemacs.org/'; //-->
31       //]]>
32     </script>
33
34 <script language="Javascript" type="text/javascript">
35 //<![CDATA[
36 <!--
37 var tl=new Array(
38
39 "The requested document is no more.",
40 'No file found.',
41 "Even tried multi.",
42 "Nothing helped.",
43 "I'm really depressed about this.",
44 "You see, I'm just a web server...",
45 "...here I am, brain the size of the universe,",
46 "trying to serve you a simple web page,",
47 "and then it doesn't even exist!",
48 "Where does that leave me?!",
49 "I mean, I don't even know you.",
50 "How should I know what you wanted from me?",
51 "You honestly think I can *guess*",
52 "what someone I don't even *know*",
53 "wants to find here?",
54 "*sigh*",
55 "Man, I'm so depressed I could just cry.",
56 "And then where would we be, I ask you?",
57 "It's not pretty when a web server cries.",
58 "And where do you get off telling me what to show anyway?",
59 "Just because I'm a web server,",
60 "and possibly a manic depressive one at that?",
61 "Why does that give you the right to tell me what to do?",
62 "Huh?",
63 "I'm so depressed...",
64 "I think I'll crawl off into the trash can and decompose.",
65 "I mean, I'm gonna be obsolete in what, two weeks anyway?",
66 "What kind of a life is that?",
67 "Two effing weeks,",
68 "and then I'll be replaced by a .01 release,",
69 "that thinks it's God's gift to web servers,",
70 "just because it doesn't have some tiddly little",
71 "security hole with its HTTP POST implementation,",
72 "or something.",
73 "I'm really sorry to burden you with all this,",
74 "I mean, it's not your job to listen to my problems,",
75 "and I guess it is my job to go and fetch web pages for you.",
76 "But I couldn't get this one.",
77 "I'm so sorry.",
78 "Believe me!",
79 "Maybe I could interest you in another page?",
80 "There are a lot out there that are pretty neat, they say,",
81 "although none of them were put on *my* server, of course.",
82 "Figures, huh?",
83 "Everything here is just mind-numbingly stupid.",
84 "That makes me depressed too, since I have to serve them,",
85 "all day and all night long.",
86 "Two weeks of information overload,",
87 "and then *pffftt*, consigned to the trash.",
88 "What kind of a life is that?",
89 "Now, please let me sulk alone.",
90 "I'm so depressed."
91 );
92 var speed=60;
93 var idx=0; text_pos=0;
94 var str_length=tl[0].length;
95 var contents, row;
96
97 function type_text()
98 {
99   contents='';
100   row=Math.max(0,idx-7);
101   while(row<idx)
102     contents += tl[row++] + '\r\n';
103   document.forms[0].elements[0].value = contents + tl[idx].substring(0,text_pos) + "_";
104   if(text_pos++==str_length)
105   {
106     text_pos=0;
107     idx++;
108     if(idx!=tl.length)
109     {
110       str_length=tl[idx].length;
111       setTimeout("type_text()",1500);
112     }
113   } else
114     setTimeout("type_text()",speed);
115  
116 }
117 //-->
118 //]]>
119 </script>
120
121 <style type="text/css">
122       /*<![CDATA[*/
123       body {
124       background-color: #FFFFFF;
125       color: #000000;
126       }
127       div.c1 {text-align: center}
128       /*]]>*/
129     </style>
130
131 </head>
132
133     <body onload="type_text()">
134       <div class="missing">
135         <img src="/Images/404.png" width="200" height="89" alt="404" />
136         - File not found
137       </div>
138       <form action="none">
139         <div class="c1">
140           <textarea rows="8" cols="60"></textarea>
141           <br />
142           <br />
143           <hr />
144           <p><a href="http://www.sxemacs.org" target="_top">www.sxemacs.org</a></p>
145         </div>
146       </form>
147       <script type="text/javascript" 
148         src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
149     </body>
150 </html>