added some javascript for theme changing

need to test on other machine
This commit is contained in:
Simon O'Shea
2023-09-23 17:53:36 -04:00
parent 80f9e86cf3
commit 3564498917
59 changed files with 239 additions and 676 deletions
+36
View File
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="public/css/style.css"/>
</head>
<body>
<div class="bar">
<a href="index.html" class="nav">HOME</a>
</div>
<div class="main">
<p>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
- my collection of logs -<br><br><br>
<a href="public/logs/weblog.html">~web development log</a><br>
where i log work i'm doing on here
<br><br>
<a href="public/logs/booklog.html">~personal book log</a><br>
where i write a little blurb about books i've read
<br><br>
<a href="public/logs/fblog.html">~making a fingerboard</a><br>
things i've learned<br>
</p>
</div>
</body>
<!html>