diff options
author | Dante Catalfamo | 2025-01-08 19:02:07 -0500 |
---|---|---|
committer | Dante Catalfamo | 2025-01-08 19:02:07 -0500 |
commit | 66292c0e95236a024f61439465d8992ebfb49b1f (patch) | |
tree | ff0645114eb45ac1a2d3b1e4b64fe5b9f95d0a60 /public/index.html | |
parent | 428b349e7ededbfa8ed49d4ed16f30e5f510f519 (diff) | |
download | homepage-66292c0e95236a024f61439465d8992ebfb49b1f.tar.gz homepage-66292c0e95236a024f61439465d8992ebfb49b1f.tar.bz2 homepage-66292c0e95236a024f61439465d8992ebfb49b1f.zip |
Add trail
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 2 |
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> |