aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorJoris2022-09-04 16:39:16 +0200
committerJoris2022-09-04 16:39:16 +0200
commitee0b1ca459499cd44f0ac80c61bcbcc4a8f4888b (patch)
treecbc6e71b97e4ce7ab29498daf9521b0628afc6ed /public/index.html
parentb5aa7864fbbf02fb4fad8377cc8fc46414893aa3 (diff)
downloadreading-ee0b1ca459499cd44f0ac80c61bcbcc4a8f4888b.tar.gz
reading-ee0b1ca459499cd44f0ac80c61bcbcc4a8f4888b.tar.bz2
reading-ee0b1ca459499cd44f0ac80c61bcbcc4a8f4888b.zip
Replace inline JS by static filedemo
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>