diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index 61c228a..1487376 100644 --- a/www/index.html +++ b/www/index.html @@ -10,6 +10,7 @@ <script src="/javascript/jquery/jquery.min.js"></script> <script src="/js/utils.js"></script> <script src="/js/clock.js"></script> + <script src="/js/system.js"></script> </head> <body> <div id="container"> @@ -25,6 +26,7 @@ <script type="text/javascript"> clock_init(); + system_init(); </script> </body> |