summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index f92e990..951c017 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/less" href="style/main.less">
<!-- TODO: autoprefixer -->
-<script src="less.js"></script>
+<script src="lib/less.js"></script>
<script>
// fallback if a local less.js file cannot be loaded.
window.less || document.write('<script src="' +
@@ -44,6 +44,6 @@ Contact:<br>
</p>
</footer>
-<script src="js/main.js"></script>
+<script data-main="js/boot" src="lib/require.js"></script>
</body>
</html>