24 lines
669 B
HTML
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>
|