diff options
author | Joris | 2016-11-27 18:38:58 +0100 |
---|---|---|
committer | Joris | 2016-12-20 23:05:43 +0100 |
commit | b780f6f660cc5b2ff2b1ca3884871002823256a1 (patch) | |
tree | c530166206743be1925688f8b3319c630208a695 /src/main/resources/index-prod.html | |
parent | 0aab7be2cf2cf73c62b305450902cdc3fe77cd4a (diff) |
Init
Diffstat (limited to 'src/main/resources/index-prod.html')
-rw-r--r-- | src/main/resources/index-prod.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/main/resources/index-prod.html b/src/main/resources/index-prod.html new file mode 100644 index 0000000..93ae2f0 --- /dev/null +++ b/src/main/resources/index-prod.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-opt.js"></script> + </head> + + <body onload="reading.Main().main()"> + </body> +</html> |