diff options
author | Elizabeth (Lizzy) Hunt <elizabeth.hunt@simponic.xyz> | 2023-04-22 23:42:19 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-22 23:42:19 -0600 |
commit | 560ca09223284abc7f8ab4840adfbc2cbc73177a (patch) | |
tree | d32908c77bda0787fcf2f4a72cbe47f797c6c494 /static/index.html | |
parent | 21a0f4df60c29c5babc3635d2b69d6eb965ee334 (diff) | |
download | tabloid-fake-closure-560ca09223284abc7f8ab4840adfbc2cbc73177a.tar.gz tabloid-fake-closure-560ca09223284abc7f8ab4840adfbc2cbc73177a.zip |
Closure (#1)
* Add 'closures' and sample programs, lodash too
* Remove prettier garbage
Diffstat (limited to 'static/index.html')
-rw-r--r-- | static/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html index a5235bd..87d61e8 100644 --- a/static/index.html +++ b/static/index.html @@ -22,6 +22,8 @@ <body> <noscript>Oops, please turn on JavaScript to enjoy Tabloid :)</noscript> <script src="/js/torus.min.js"></script> + <script src="/js/lodash.js"></script> + <script src="/js/programs.js"></script> <script src="/js/lang.js"></script> <script src="/js/main.js"></script> </body> |