changed the doctype html to allegedly comply with the spec
This commit is contained in:
parent
e90a0362e3
commit
1be794081b
2 changed files with 2 additions and 2 deletions
2
404.html
2
404.html
|
@ -5,7 +5,7 @@
|
||||||
<body background="files/consumethecumchalice.gif">
|
<body background="files/consumethecumchalice.gif">
|
||||||
<center>
|
<center>
|
||||||
<h1 style="background-color:Tomato;">404</h1>
|
<h1 style="background-color:Tomato;">404</h1>
|
||||||
<p><a href="index.html">homepage</a></p>
|
<p><a href="index">homepage</a></p>
|
||||||
<img src="files/consumethecumchalice.gif">
|
<img src="files/consumethecumchalice.gif">
|
||||||
</center>
|
</center>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!doctype html5>
|
<!DOCTYPE html5>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>ufzombiemaniac</title>
|
<title>ufzombiemaniac</title>
|
||||||
|
|
Loading…
Reference in a new issue