Browse Source

Add html needed to allow the site to load as a mobile app

pull/158/head
Ricky Grassmuck 7 years ago
parent
commit
39648ba372
  1. 2
      resources/views/app.blade.php

2
resources/views/app.blade.php

@ -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>

Loading…
Cancel
Save