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">
<center>
<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">
</center>
</body>

View file

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