Update index.html

This commit is contained in:
Nathan Woodburn 2020-10-21 13:56:02 +11:00 committed by GitHub
parent 628917ca70
commit 09dcab2dac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/png" href="images/favicon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="images/favicon/favicon-16x16.png" sizes="16x16" />
</head>
<body>
<h1>Hello World</h1>
<p>I'm hosted with GitHub Pages.</p>
</body>
</html>
</html>