summaryrefslogtreecommitdiffstats
path: root/public/index.html
diff options
context:
space:
mode:
authorDante Catalfamo2025-01-08 19:02:07 -0500
committerDante Catalfamo2025-01-08 19:02:07 -0500
commit66292c0e95236a024f61439465d8992ebfb49b1f (patch)
treeff0645114eb45ac1a2d3b1e4b64fe5b9f95d0a60 /public/index.html
parent428b349e7ededbfa8ed49d4ed16f30e5f510f519 (diff)
downloadhomepage-66292c0e95236a024f61439465d8992ebfb49b1f.tar.gz
homepage-66292c0e95236a024f61439465d8992ebfb49b1f.tar.bz2
homepage-66292c0e95236a024f61439465d8992ebfb49b1f.zip
Add trail
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
index fe530fb..0d71224 100644
--- a/public/index.html
+++ b/public/index.html
@@ -10,6 +10,7 @@
</style>
</head>
<body>
+ <div id="chars"></div>
<div class="bigguy">
<pre class="lambda"></pre>
<div class="linkbox">
@@ -22,5 +23,6 @@
</div>
<script src="lambda.js"></script>
<script src="braille.js"></script>
+ <script src="trail.js"></script>
</body>
</html>