v1.4.8n Try to fix meta tags 3
This commit is contained in:
parent
d4a6f7be41
commit
1c3486f4ac
|
@ -5,7 +5,7 @@
|
||||||
"start_url": "/login",
|
"start_url": "/login",
|
||||||
"background_color": "#00788a",
|
"background_color": "#00788a",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"scope": "/login",
|
"scope": "/",
|
||||||
"theme_color": "#00788a",
|
"theme_color": "#00788a",
|
||||||
"orientation": "portrait-primary",
|
"orientation": "portrait-primary",
|
||||||
"icons": [
|
"icons": [
|
||||||
|
|
|
@ -7,18 +7,6 @@
|
||||||
@section("content")
|
@section("content")
|
||||||
<main style="background-color: #00788a; height: 100%;">
|
<main style="background-color: #00788a; height: 100%;">
|
||||||
<!--Make the app open in fullscreen-->
|
<!--Make the app open in fullscreen-->
|
||||||
<link rel="manifest" href="manifest.json">
|
|
||||||
<meta name="mobile-web-app-capable" content="yes">
|
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
||||||
<meta name="application-name" content="Ekapp">
|
|
||||||
<meta name="apple-mobile-web-app-title" content="Ekapp">
|
|
||||||
<meta name="theme-color" content="00788a">
|
|
||||||
<meta name="msapplication-navbutton-color" content="00788a">
|
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
||||||
<meta name="msapplication-starturl" content="/login">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
||||||
<link rel="icon" type="images/svg" sizes="150x150" href="appIcon.svg">
|
|
||||||
<link rel="apple-touch-icon" type="images/svg" sizes="150x150" href="appIcon.svg">
|
|
||||||
<link rel="stylesheet" type="text/css" href="/../../../css/addtohomescreen.css">
|
<link rel="stylesheet" type="text/css" href="/../../../css/addtohomescreen.css">
|
||||||
<script src="/../../../js/addtohomescreen.js"></script>
|
<script src="/../../../js/addtohomescreen.js"></script>
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,18 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link type="text/css" rel="stylesheet" href="{{ asset("/css/normalize.css") }}">
|
<link type="text/css" rel="stylesheet" href="{{ asset("/css/normalize.css") }}">
|
||||||
<link type="text/css" rel="stylesheet" href="{{ mix("/css/webapp.css") }}">
|
<link type="text/css" rel="stylesheet" href="{{ mix("/css/webapp.css") }}">
|
||||||
|
<link rel="manifest" href="manifest.json">
|
||||||
|
<meta name="mobile-web-app-capable" content="yes">
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
<meta name="application-name" content="Ekapp">
|
||||||
|
<meta name="apple-mobile-web-app-title" content="Ekapp">
|
||||||
|
<meta name="theme-color" content="00788a">
|
||||||
|
<meta name="msapplication-navbutton-color" content="00788a">
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||||
|
<meta name="msapplication-starturl" content="/login">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
|
<link rel="icon" type="images/svg" sizes="150x150" href="appIcon.svg">
|
||||||
|
<link rel="apple-touch-icon" type="images/svg" sizes="150x150" href="appIcon.svg">
|
||||||
</head>
|
</head>
|
||||||
<body style="background-color: #00788a;">
|
<body style="background-color: #00788a;">
|
||||||
@yield("content")
|
@yield("content")
|
||||||
|
|
Loading…
Reference in New Issue