diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-02 11:49:58 -0400 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-02 11:49:58 -0400 |
| commit | 9558d9800138285f89f6e3884680f893d5c89f4a (patch) | |
| tree | e2341273172fe7edae5c36eab4e1f0b01cc0af8f /client/web/build/index.html | |
| parent | 576638e65978939c773982d858c7f46bf566c3a9 (diff) | |
gitignorageg
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> |
