diff options
Diffstat (limited to 'client/web/templates/index.ejs')
| -rw-r--r-- | client/web/templates/index.ejs | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/client/web/templates/index.ejs b/client/web/templates/index.ejs new file mode 100644 index 0000000..ec11dda --- /dev/null +++ b/client/web/templates/index.ejs @@ -0,0 +1,31 @@ +<!DOCTYPE html> +<html<% if (__OFFLINE__) { %> manifest="appcache/manifest.appcache"<% } %>> + <head> + <meta charset="utf-8"> + <title>Hansel and Gretel</title> + <!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> --> + <meta name="viewport" content="width=device-width, initial-scale=0.9"> +<style> +a { + width: 100%; + color: transparent; +} +body,html{ + overflow: hidden; +} +.modal { + transition: all 400ms; +} +svg { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; +} +</style> + </head> + <body> + <div id="react-root"></div> + </body> + <script src="http://www.youtube.com/iframe_api"></script> + +</html> |
