homepage/static/index.html

15 lines
274 B
HTML
Raw Normal View History

<html>
2023-07-10 00:13:06 -04:00
<head>
<title>FizzBuzz</title>
</head>
<body>
2023-07-10 00:13:06 -04:00
<h1>Tom Alexander's Dev Blog.</h1>
2023-07-10 00:20:01 -04:00
<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>