homepage/static/index.html
Tom Alexander 28854e3df9
All checks were successful
semver Build semver has succeeded
build-homepage Build build-homepage has succeeded
Add a link to gitea.
2023-07-10 00:20:01 -04:00

15 lines
274 B
HTML

<html>
<head>
<title>FizzBuzz</title>
</head>
<body>
<h1>Tom Alexander's Dev Blog.</h1>
<p><strong>Coming Eventually!</strong></p>
<br/>
<p>Please check out my repos at <a href="https://code.fizz.buzz/">code.fizz.buzz</a>.</p>
</body>
</html>