summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2017-06-29 23:26:51 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2017-06-29 23:26:51 -0700
commit1a4cdd036a01fd0270eb3cc084f29f12c58a0963 (patch)
tree5f2de784b1cd7fe92531af1bdebe7d7e3ec313f2
parent12dcd9720abeebcb3b9987c6a350976a0ca487e8 (diff)
Inject template with title & disable user scaling
-rw-r--r--public/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html
index 8af5ac7..9951455 100644
--- a/public/index.html
+++ b/public/index.html
@@ -2,8 +2,8 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>App</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
+ <title>%APP_TITLE%</title>
</head>
<body>
<div id="root"></div>