Files
old-personal-website/site/about.html
T
2022-12-15 17:37:04 -05:00

27 lines
489 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<div class="bar">
<a href="index.html" style="font-size: 12px; text-decoration: none;">HOME</a>
</div>
<div class="main">
<p>
my name is simon, and you found me<br>
enjoy your stay<br><br><br><br><br><br>
my links: <a href="https://www.linkedin.com/in/simon-o-shea">linkedin</a> | <a href="https://www.github.com/osheas1atwit">github</a>
</p>
</div>
</body>
</html>