Add a title to the page.
All checks were successful
semver Build semver has succeeded
build-homepage Build build-homepage has succeeded

This commit is contained in:
Tom Alexander 2023-07-10 00:13:06 -04:00
parent 9d8fa8263d
commit 8135400d94
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -1,5 +1,9 @@
<html> <html>
<head>
<title>FizzBuzz</title>
</head>
<body> <body>
Coming Eventually! <h1>Tom Alexander's Dev Blog.</h1>
<strong>Coming Eventually!</strong>
</body> </body>
</html> </html>