mirror of
https://github.com/Llloooggg/WhereToGo.git
synced 2026-03-06 04:36:22 +03:00
Добавлен фавикон
This commit is contained in:
6
wheretogo/static/img/about.txt
Normal file
6
wheretogo/static/img/about.txt
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
This favicon was generated using the following font:
|
||||||
|
|
||||||
|
- Font Title: Lustria
|
||||||
|
- Font Author: Copyright (c) 2011, Matthew Desmond (http://www.madtype.com | mattdesmond@gmail.com), with Reserved Font Name Lustria
|
||||||
|
- Font Source: http://fonts.gstatic.com/s/lustria/v11/9oRONYodvDEyjuhOrCg5MtPyAcg.ttf
|
||||||
|
- Font License: SIL Open Font License, 1.1 (http://scripts.sil.org/OFL))
|
||||||
BIN
wheretogo/static/img/android-chrome-192x192.png
Normal file
BIN
wheretogo/static/img/android-chrome-192x192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.4 KiB |
BIN
wheretogo/static/img/android-chrome-512x512.png
Normal file
BIN
wheretogo/static/img/android-chrome-512x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
BIN
wheretogo/static/img/apple-touch-icon.png
Normal file
BIN
wheretogo/static/img/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.4 KiB |
BIN
wheretogo/static/img/favicon-16x16.png
Normal file
BIN
wheretogo/static/img/favicon-16x16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 486 B |
BIN
wheretogo/static/img/favicon-32x32.png
Normal file
BIN
wheretogo/static/img/favicon-32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 973 B |
BIN
wheretogo/static/img/favicon.ico
Normal file
BIN
wheretogo/static/img/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
1
wheretogo/static/img/site.webmanifest
Normal file
1
wheretogo/static/img/site.webmanifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>WhereToGo</title>
|
<title>WhereToGo</title>
|
||||||
|
<link rel="icon" type="image/x-icon" href="{% static 'img/favicon.ico' %}">
|
||||||
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}">
|
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}">
|
||||||
<script type = "text/javascript" src="{% static 'js/bootstrap.bundle.min.js' %}"></script>
|
<script type = "text/javascript" src="{% static 'js/bootstrap.bundle.min.js' %}"></script>
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
|||||||
Reference in New Issue
Block a user