adding site files

This commit is contained in:
Simon O'Shea
2022-12-15 17:41:19 -05:00
committed by GitHub
parent a5d489a5f7
commit a84c4e6d20
5 changed files with 125 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
<!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>