minimum content und Icons
This commit is contained in:
parent
ee037564a7
commit
703bcce62a
|
@ -3,7 +3,14 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Turnstunden WebApp</title>
|
<title>Klääs WebApp</title>
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="ico/apple-touch-icon.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="ico/favicon-32x32.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="ico/favicon-16x16.png">
|
||||||
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="/css/style.css">
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue