Nathanwoodburn.github.io/index.html

12 lines
317 B
HTML
Raw Normal View History

2020-10-20 20:01:46 +11:00
<!DOCTYPE html>
<html>
2020-10-21 13:56:02 +11:00
<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>
2020-10-20 20:01:46 +11:00
<body>
<h1>Hello World</h1>
<p>I'm hosted with GitHub Pages.</p>
</body>
2020-10-21 13:56:02 +11:00
</html>