changed the doctype html to allegedly comply with the spec

This commit is contained in:
zombie maniac 2021-08-09 16:04:44 -04:00
parent e90a0362e3
commit 1be794081b
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -1,4 +1,4 @@
<!doctype html5> <!DOCTYPE html5>
<html> <html>
<head> <head>
<title>ufzombiemaniac</title> <title>ufzombiemaniac</title>