Merge pull request #158 from rigrassm/mobile-app-compatible

Add html needed to allow the site to load as a mobile app
This commit is contained in:
KodeStar 2018-03-26 08:31:40 +01:00 committed by GitHub
commit 4a8770232d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,8 @@
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="{{ mix('css/app.css') }}" type="text/css" />
</head>