18 lines
530 B
HTML
Executable File
18 lines
530 B
HTML
Executable File
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
|
|
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
|
|
|
|
|
|
<title>Oh no!</title>
|
|
<style type="text/css">
|
|
body{
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color:#FFFFFF;
|
|
background-image: url("static.gif")
|
|
}
|
|
</style>
|
|
</head><body><center>
|
|
<img src="404.gif" align="RIGHT">
|
|
</center>
|
|
</body></html> |