ソースを参照

added favicon

main
Simon Bowie 1年前
コミット
c633326b4d
4個のファイルの変更4行の追加0行の削除
  1. バイナリ
      web/app/static/images/cropped-favicon-180x180.jpg
  2. バイナリ
      web/app/static/images/cropped-favicon-192x192.jpg
  3. バイナリ
      web/app/static/images/cropped-favicon-32x32.jpg
  4. +4
    -0
      web/app/templates/base.html

バイナリ
web/app/static/images/cropped-favicon-180x180.jpg ファイルの表示

変更前 変更後
幅: 180  |  高さ: 180  |  サイズ: 6.3KB

バイナリ
web/app/static/images/cropped-favicon-192x192.jpg ファイルの表示

変更前 変更後
幅: 192  |  高さ: 192  |  サイズ: 7.0KB

バイナリ
web/app/static/images/cropped-favicon-32x32.jpg ファイルの表示

変更前 変更後
幅: 32  |  高さ: 32  |  サイズ: 953B

+ 4
- 0
web/app/templates/base.html ファイルの表示

@@ -19,6 +19,10 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- favicon -->
<link rel="icon" href="{{ url_for('static',filename='images/cropped-favicon-32x32.jpg') }}" sizes="32x32" />
<link rel="icon" href="{{ url_for('static',filename='images/cropped-favicon-192x192.jpg') }}" sizes="192x192" />
<link rel="apple-touch-icon" href="{{ url_for('static',filename='images/cropped-favicon-180x180.jpg') }}" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href="{{ url_for('static',filename='styles/custom.css') }}" rel="stylesheet">

読み込み中…
キャンセル
保存