aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/index-dev.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/index-dev.html')
-rw-r--r--src/main/resources/index-dev.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/main/resources/index-dev.html b/src/main/resources/index-dev.html
new file mode 100644
index 0000000..f9b17e7
--- /dev/null
+++ b/src/main/resources/index-dev.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <title>reading</title>
+ <link rel="stylesheet" href="reset.css">
+ <script src="../reading-fastopt.js"></script>
+ </head>
+
+ <body onload="reading.Main().main()">
+ </body>
+</html>