diff options
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> |