File: notfound.html

package info (click to toggle)
autoconf-archive 20060312-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,180 kB
  • ctags: 13
  • sloc: sh: 455; makefile: 44
file content (23 lines) | stat: -rw-r--r-- 627 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
  <title>
   Page not found
  </title>
 </head>
 <body>
  <h1>
   Page not found &mdash; <span lang="de">Seite nicht gefunden</span>
  </h1>
  <p>
   The requested document could not be found. You may want to have a look at
   the <a href="/">introduction page</a>.
  </p>
  <p lang="de">
   Das gew&uuml;nschte Dokument wurde nicht gefunden. Probieren Sie es doch mal
   &uuml;ber die <a href="/">Startseite</a>.
  </p>
 </body>
</html>