Mobile friendly meta tags

This commit is contained in:
Chris Blanchard 2016-03-31 18:39:12 +01:00
parent e9120868fb
commit 7ebe55b22a
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<title>NSL Gathers</title>
<link rel="stylesheet" href="/app.css">
<script src="/vendor.js"></script>