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
+32
View File
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="public/css/style.css"/>
</head>
<body onload="checkTheme()">
<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>
yup<br>
<br><br><br><br>
my links: <a href="https://www.linkedin.com/in/simon-o-shea">linkedin</a> | <a href="https://www.github.com/osheas1atwit">github</a>
</p>
</div>
<script src="public/js/theme-check.js"></script>
</body>
</html>