File: notfound.html

package info (click to toggle)
autoconf-archive 20070512-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,712 kB
  • ctags: 20
  • sloc: sh: 615; makefile: 43
file content (20 lines) | stat: -rw-r--r-- 509 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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
  </h1>
  <p>
   The requested document could not be found. You may want to have a look at
   the <a href="macros-by-category.html">macro index page</a> or at the
   <a href="/">macro archive introduction page</a>.
  </p>
 </body>
</html>