homepage/static/index.html
Tom Alexander d6d69d2c4a
All checks were successful
semver Build semver has succeeded
build-homepage Build build-homepage has succeeded
Add more links.
2023-07-10 01:31:31 -04:00

24 lines
669 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>
<p>
Links
</br>
<ul>
<li>My Personal Repos: <a href="https://code.fizz.buzz/">code.fizz.buzz</a></li>
<li>LinkedIn: <a href="https://www.linkedin.com/in/tom-alexander-b6a18216/">https://www.linkedin.com/in/tom-alexander-b6a18216/</a></li>
<li>GitHub: <a href="https://github.com/tomalexander">https://github.com/tomalexander</a></li>
</ul>
</p>
</body>
</html>