summaryrefslogtreecommitdiff
path: root/client/web/templates/index.ejs
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-06-01 19:47:08 -0400
committerJules Laplace <julescarbon@gmail.com>2017-06-01 19:47:08 -0400
commit3e72bfa56c860826429a842f6c128d78d4a930db (patch)
tree3cecd31c92d53fae32e9761b80802c82f3dcb7fa /client/web/templates/index.ejs
parentb694bd511ceccd00d4a4c98f36f910d5fc5f79c4 (diff)
react-native-web port of fmf app
Diffstat (limited to 'client/web/templates/index.ejs')
-rw-r--r--client/web/templates/index.ejs31
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>