ソースを参照

fix favicon

master
erichhasl 8年前
コミット
75903f8ed6
4個のファイルの変更3行の追加1行の削除
  1. バイナリ
      web_dev/sas_web/static/public/images/favicon-16x16.png
  2. バイナリ
      web_dev/sas_web/static/public/images/favicon-32x32.png
  3. バイナリ
      web_dev/sas_web/static/public/images/favicon-64x64.png
  4. +3
    -1
      web_dev/sas_web/templates/public/base.html

バイナリ
web_dev/sas_web/static/public/images/favicon-16x16.png ファイルの表示

変更前 変更後
幅: 16  |  高さ: 16  |  サイズ: 1.0KB

バイナリ
web_dev/sas_web/static/public/images/favicon-32x32.png ファイルの表示

変更前 変更後
幅: 32  |  高さ: 32  |  サイズ: 1.9KB

バイナリ
web_dev/sas_web/static/public/images/favicon-64x64.png ファイルの表示

変更前 変更後
幅: 64  |  高さ: 64  |  サイズ: 3.9KB

+ 3
- 1
web_dev/sas_web/templates/public/base.html ファイルの表示

@@ -2,7 +2,9 @@

<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="{% static "public/images/favicon.ico" %}">
<link rel="shortcut icon" type="image/png" href="{% static "public/images/favicon-16x16.png" %}">
<link rel="shortcut icon" type="image/png" href="{% static "public/images/favicon-32x32.png" %}">
<link rel="shortcut icon" type="image/png" href="{% static "public/images/favicon-64x64.png" %}">
<title>
{% if appname == "startpage" %}Startseite - {% endif %}
{% if appname == "datenbank" %}Datenbank - {% endif %}


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