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

23 lines
376 B
HTML

<!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>