second try for apple icons
BIN
app/static/apple-touch-icon-114.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
app/static/apple-touch-icon-120.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
app/static/apple-touch-icon-144.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
app/static/apple-touch-icon-152.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
app/static/apple-touch-icon-57.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
app/static/apple-touch-icon-72.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
app/static/apple-touch-icon-76.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 5.1 KiB |
@@ -35,7 +35,13 @@
|
||||
<title>Rollerverbrauch</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="apple-touch-icon" href="{{ url_for('static', filename='apple-touch-icon.png') }}">
|
||||
<link rel="apple-touch-icon" href="{{ url_for('static', filename='apple-touch-icon-57.png') }}">
|
||||
<link rel="apple-touch-icon" href="{{ url_for('static', filename='apple-touch-icon-72.png') }}">
|
||||
<link rel="apple-touch-icon" href="{{ url_for('static', filename='apple-touch-icon-76.png') }}">
|
||||
<link rel="apple-touch-icon" href="{{ url_for('static', filename='apple-touch-icon-114.png') }}">
|
||||
<link rel="apple-touch-icon" href="{{ url_for('static', filename='apple-touch-icon-120.png') }}">
|
||||
<link rel="apple-touch-icon" href="{{ url_for('static', filename='apple-touch-icon-144.png') }}">
|
||||
<link rel="apple-touch-icon" href="{{ url_for('static', filename='apple-touch-icon-152.png') }}">
|
||||
<!--
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='normalize.min.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='main.css') }}">
|
||||
|
||||