summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html7
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>