File: 404.php

package info (click to toggle)
warzone2100 4.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 660,348 kB
  • sloc: cpp: 675,711; ansic: 387,204; javascript: 75,107; python: 16,628; php: 4,294; sh: 3,941; makefile: 2,330; lisp: 1,492; cs: 489; xml: 404; perl: 224; ruby: 156; java: 89
file content (46 lines) | stat: -rw-r--r-- 1,095 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
	<meta name="robots" content="noindex">
    <title>404 Not Found</title>
    <link rel="icon" href="http://wzguide.co.cc/favicon.ico" type="image/x-icon" />
    <link rel="shortcut icon" href="http://wzguide.co.cc/favicon.ico" type="image/x-icon" />
	<style type="text/css">
	<!--
	html,body,table
	{
	  width: 100%;
	  height: 100%;
	  margin: 0;
	  padding: 0;
	  border: 0;
	  background: #FFFFFF none;
	  color: #000000;
	}
	a
	{
	  text-decoration: none;
	}
	a img
	{
	  border: 0;
	}
	a em
	{
	  visibility: hidden;
	  color: #555555;
	}
	a:hover em
	{
	  visibility: visible;
	}
	-->
	</style>
  </head>
  <body>
    <table width="100%" height="100%"><tr><td align="center" valign="middle">
	  <a href="/" style="border:0"><img src="/images/404.gif" alt="404" style="border:0" /><br /><em>(Click to go back to the home page)</em></a>
	</td></tr></table>
  </body>
</html>