better headers
This commit is contained in:
+8
-1
@@ -6,7 +6,14 @@
|
|||||||
<title>{{ title or "L@PP" }}</title>
|
<title>{{ title or "L@PP" }}</title>
|
||||||
|
|
||||||
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
||||||
<link rel="manifest" href="/static/manifest.json">
|
<meta name="description" content="A list for groceries">
|
||||||
|
<meta name="author" content="Ignace">
|
||||||
|
<meta name="theme-color" content="transparent">
|
||||||
|
<link rel="manifest" href="{{ url_for('static', filename='manifest.json') }}">
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="transparent">
|
||||||
|
<link rel="apple-touch-icon" href="{{ url_for('static', filename='lapp192.png') }}">
|
||||||
|
|
||||||
<link href="/static/bootstrap.min.css" rel="stylesheet">
|
<link href="/static/bootstrap.min.css" rel="stylesheet">
|
||||||
<script src="/static/jquery.min.js"></script>
|
<script src="/static/jquery.min.js"></script>
|
||||||
<script src="/static/bootstrap.min.js"></script>
|
<script src="/static/bootstrap.min.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user