added some javascript for theme changing
need to test on other machine
This commit is contained in:
+32
@@ -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>
|
||||
Reference in New Issue
Block a user