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
+35
View File
@@ -0,0 +1,35 @@
<!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; color: black;">HOME</a>
</div>
<div class="main">
<p>
<br><br><br>- my collection of logs -<br><br><br>
<a href="logs/weblog.html">~web development log</a><br>
where i log work i'm doing on here
<br><br>
<a href="logs/booklog.html">~personal book log</a><br>
where i write a little blurb about books i've read
<br><br>
<a href="logs/fb.txt">~making a fingerboard</a><br>
things i've learned<br>
</p>
</div>
</body>
<!html>