home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-cocoon-addon-1.4.9-installer.exe / notfound.jx < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-12  |  1.5 KB  |  44 lines

  1. <?xml version="1.0"?>
  2. <!--
  3.   Copyright 2002-2004 The Apache Software Foundation
  4.  
  5.   Licensed under the Apache License, Version 2.0 (the "License");
  6.   you may not use this file except in compliance with the License.
  7.   You may obtain a copy of the License at
  8.  
  9.       http://www.apache.org/licenses/LICENSE-2.0
  10.  
  11.   Unless required by applicable law or agreed to in writing, software
  12.   distributed under the License is distributed on an "AS IS" BASIS,
  13.   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14.   See the License for the specific language governing permissions and
  15.   limitations under the License.
  16. -->
  17. <html>
  18.  
  19. <head>
  20.  <title>Page Not Found</title>
  21.  <link rel="stylesheet" type="text/css" href="#{base}/styles/main.css" />
  22.  <style>
  23.   h1 { text-align: center; }
  24.   div.block { padding: 0px 30% 0px 30% }
  25.  </style>
  26. </head>
  27. <body>
  28.  
  29. <h1>Page Not Found</h1>
  30. <div class="block">
  31.   <p>I'm terribly sorry, but I can't find the page you have requested.</p>
  32.   <p>I swear to god, I looked for it! Really. You can't even imagine the 
  33.   millions of calculations that I had to go thru to look in all places
  34.   where my owner could have left it. But I couldn't find it :-(</p>
  35.   <p>No, it's not your fault, it's all my own. I'm a bad server. I know that. Terrible.
  36.   I should get a new job one day or another, but what else can I do?</p>
  37.   <p>Look: the only thing I can suggest you is to go to the 
  38.   <a href="#{base}/">home page</a> and look for the page you wanted from there.
  39.   I can guarantee you I know where that one is :-)</p>
  40. </div>
  41.  
  42. </body>
  43. </html>
  44.