homepage/static/index.html
Tom Alexander 8135400d94
All checks were successful
semver Build semver has succeeded
build-homepage Build build-homepage has succeeded
Add a title to the page.
2023-07-10 00:13:06 -04:00

10 lines
160 B
HTML

<html>
<head>
<title>FizzBuzz</title>
</head>
<body>
<h1>Tom Alexander's Dev Blog.</h1>
<strong>Coming Eventually!</strong>
</body>
</html>