Create index.html

This commit is contained in:
Anthony Wang 2021-01-17 11:33:25 -06:00 committed by GitHub
commit 63695a75a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
index.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<body>
<h2>Hello!</h2>
<div>
<a href=Blog>Blog</a>
</div>
<br>
<div>
<a href=test>Testing website</a>
</div>
</body>
</html>