Add an html file

This commit is contained in:
Trevor Blades
2020-02-06 13:00:59 -08:00
parent b3ce4c8d36
commit 10baf9655e

9
index.html Normal file
View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
</head>
<body>
<h1>Test</h1>
</body>
</html>