23 lines
376 B
HTML
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> |