diff options
author | Joris | 2017-01-31 10:18:33 +0100 |
---|---|---|
committer | Joris | 2017-01-31 10:18:33 +0100 |
commit | 5b5c04315c4923ba4ea871db0c5be6f071442b9d (patch) | |
tree | e0f26bec755a5e71a8fa2cf700f93285bbf700d2 /public/index.html | |
parent | b5f2ced2c742a7df3c077bf0013f88c1607beef9 (diff) |
Use public instead of src/resources
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 15 |
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> |