aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorJoris2017-01-31 10:18:33 +0100
committerJoris2017-01-31 10:18:33 +0100
commit5b5c04315c4923ba4ea871db0c5be6f071442b9d (patch)
treee0f26bec755a5e71a8fa2cf700f93285bbf700d2 /public/index.html
parentb5f2ced2c742a7df3c077bf0013f88c1607beef9 (diff)
downloadreading-5b5c04315c4923ba4ea871db0c5be6f071442b9d.tar.gz
reading-5b5c04315c4923ba4ea871db0c5be6f071442b9d.tar.bz2
reading-5b5c04315c4923ba4ea871db0c5be6f071442b9d.zip
Use public instead of src/resources
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>