aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html
index 587080b..4998f06 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,6 +1,5 @@
<!DOCTYPE html>
-
-<html lang="en">
+<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
@@ -11,6 +10,8 @@
<script src="main.js"></script>
</head>
- <body onload="reading.Main().main()">
+ <body>
</body>
+
+ <script src="run-main.js"></script>
</html>