diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-09-28 19:26:51 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-09-28 19:26:51 (GMT) |
commit | ea3ef4df505273827bf2c1e4eef5e9716e9746b0 (patch) | |
tree | afd65e511c94d6b1df9602cdc4cf34d69c6f49f5 /www/index.html | |
parent | 8ca2b1d7e9c6f142c2d89f33b41a164a0eadf702 (diff) |
restructering components
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/index.html b/www/index.html index 01704e1..5154cc6 100644 --- a/www/index.html +++ b/www/index.html @@ -11,14 +11,12 @@ <link href="/styles/common.css" rel="stylesheet"> <link href="/styles/main.css" rel="stylesheet"> - <script src="/javascript/react/react.js"></script> - <script src="/javascript/react/react-dom.js"></script> -<!-- <script src="/javascript/react/react.min.js"></script> <script src="/javascript/react/react-dom.min.js"></script> ---> + <script src="/js/components.js"></script> <script src="/javascript/jquery/jquery.min.js"></script> <script src="/js/utils.js"></script> + <script src="/js/clock.js"></script> </head> <body> <div id="container"> @@ -28,6 +26,5 @@ <div id="clock"></div> </div> - <script src="/js/bundle.js"></script> </body> </html> |