Fixed favicon.
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 814 B After Width: | Height: | Size: 814 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 982 B After Width: | Height: | Size: 982 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 426 B After Width: | Height: | Size: 426 B |
Before Width: | Height: | Size: 715 B After Width: | Height: | Size: 715 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
@ -2,22 +2,23 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
|
||||
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="{{ url_for('static', filename="apple-touch-icon-57x57.png")}}">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="{{ url_for('static', filename="static/apple-touch-icon-60x60.png")}}">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="{{ url_for('static', filename="/static/apple-touch-icon-72x72.png")}}">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="{{ url_for('static', filename="static/apple-touch-icon-76x76.png")}}">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="{{ url_for('static', filename="/static/apple-touch-icon-114x114.png")}}">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="{{ url_for('static', filename="static/apple-touch-icon-120x120.png")}}">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="{{ url_for('static', filename="static/apple-touch-icon-144x144.png")}}">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="{{ url_for('static', filename="static/apple-touch-icon-152x152.png")}}">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ url_for('static', filename="static/apple-touch-icon-180x180.png")}}">
|
||||
<link rel="icon" type="image/png" href="{{ url_for('static', filename="static/favicon-32x32.png")}}" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="{{ url_for('static', filename="static/android-chrome-192x192.png")}}" sizes="192x192">
|
||||
<link rel="icon" type="image/png" href="{{ url_for('static', filename="static/favicon-96x96.png")}}" sizes="96x96">
|
||||
<link rel="icon" type="image/png" href="{{ url_for('static', filename="static/favicon-16x16.png")}}" sizes="16x16">
|
||||
<link rel="manifest" href="{{ url_for('static', filename="static/manifest.json")}}">
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
|
||||
<meta name="msapplication-TileImage" content="{{ url_for('static', filename="mstile-144x144.png")}}">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<title>炎の亀</title>
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
|