diff options
Diffstat (limited to 'client/web/build/index.html')
| -rw-r--r-- | client/web/build/index.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/client/web/build/index.html b/client/web/build/index.html new file mode 100644 index 0000000..bb30a97 --- /dev/null +++ b/client/web/build/index.html @@ -0,0 +1,31 @@ +<!DOCTYPE html> +<html> + <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> + <script type="text/javascript" src="/javascript/vendor/react-d93cd212f3f54cac.dll.js"></script><script type="text/javascript" src="/javascript/vendor/lib-423a1aa1402bdcd9.js"></script><script type="text/javascript" src="/javascript/app-423a1aa1402bdcd9.js"></script></body> + <script src="http://www.youtube.com/iframe_api"></script> + +</html> |
