adding site files

This commit is contained in:
osheas1atwit
2022-12-15 17:37:04 -05:00
parent a5d489a5f7
commit 3ed9555370
31 changed files with 1752 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<div class="main">
<p>
you made it! congratulations :) <br>
this is my corner of the internet, feel free to explore <br><br><br><br>
<a href="logs.html">logs</a>
-
<a href="projects.html">projects</a>
-
<a href="about.html">about</a>
</p>
</div>
</body>
</html>