27 lines
1.1 KiB
HTML
27 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<link rel="icon" href="%BASE_URL%icons/icon-192.png" />
|
||
<link rel="apple-touch-icon" href="%BASE_URL%icons/icon-192.png" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
<meta name="theme-color" content="#2d6a2d" />
|
||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
||
<meta name="apple-mobile-web-app-title" content="Drohnenführer" />
|
||
<meta name="mobile-web-app-capable" content="yes" />
|
||
<!-- Pfad relativ zur Deployment-Basis: ein absolutes "/manifest.json" wuerde
|
||
das Portal-Manifest laden und die App als Portal installieren. -->
|
||
<link rel="manifest" href="%BASE_URL%manifest.json" />
|
||
<meta
|
||
name="description"
|
||
content="Drohnenführer Heidekreis – Übersicht der Drohnenführer"
|
||
/>
|
||
<title>Drohnenführer Heidekreis</title>
|
||
</head>
|
||
<body>
|
||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||
<div id="root"></div>
|
||
<script type="module" src="/src/index.js"></script>
|
||
</body>
|
||
</html> |