aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..8e2599d
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
+ <title>Conseils de lecture</title>
+ <link rel="stylesheet" href="reset.css">
+ <link rel="icon" href="icon.png">
+ <script src="main.js"></script>
+ </head>
+
+ <body onload="reading.Main().main()">
+ </body>
+</html>