File: 404.html

package info (click to toggle)
gpsshogi 0.7.0-3.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 111,280 kB
  • sloc: cpp: 80,962; perl: 12,610; ruby: 3,929; javascript: 1,631; makefile: 1,202; sh: 473; tcl: 166; ansic: 67
file content (20 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Page Not Found</title>
  <style type="text/css">
	body {
          font-family: font-family: Tahoma, Verdana, Segoe, sans-serif;
          width: 960px;
          margin: 3em auto;
	}
  </style>
</head>
<body>
  <h1>Page Not Found</h1>
  <p>There's no page at the address you requested. If you entered it
    by hand, check for typos. If you followed a link or a bookmark,
    it may need to be updated.</p>
</body>
</html>