htdocs/experiments/index.html
DeaDvey 4c64364227 added recent commits histroy on home page and QOL upgrades
TODO: Make all webpages use wholy nodejs to load elements onto it rather than client side javascript whcih can be goofy in lynx
2024-01-08 18:07:16 +00:00

13 lines
311 B
HTML

<div id="main">
<h1>Experiments</h1>
<li><a href="bellbollard">Bell Bollard Tracker (Google Maps embed)</a></li>
<li><a href="wraithfate">Wraithfate Version 1</a></li>
<li><a href="wraithfate_v2">Wraithfate Version 2</a></li>
</div>
<script src="/html.js">
</script>
<script src="/template.js">
</script>