2
0
Fork 0

Add favicon

This commit is contained in:
Luca 2022-04-26 18:20:23 +02:00
parent d65bef7a13
commit b82c01ec38
3 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# shiftregister # shiftregister
![kontakt logo with its left half rotated 180 degrees, resembling the left shift operator](assets/tonkakt.svg)

1
assets/tonkakt.svg Normal file
View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="28.00242mm" width="28.00242mm"><path style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 25.77539,78.721675 c 14.198631,0 25.832031,-11.633029 25.832031,-25.83203 0,-14.198629 -11.6334,-25.775401 -25.832031,-25.775401 -14.198749,0 -25.77539025,11.576772 -25.77539025,25.775401 0,14.199 11.57664025,25.83203 25.77539025,25.83203 z m 7.917971,-7.75391 h -6.16992 L 9.4472707,52.889646 27.46875,34.870116 H 33.75 L 15.673831,52.889646 Z M 80.05859,27.114244 c -14.19863,0 -25.83008,11.63303 -25.83008,25.83203 0,14.19863 11.63145,25.775401 25.83008,25.775401 14.19875,0 25.77734,-11.576771 25.77734,-25.775401 0,-14.199 -11.57859,-25.83203 -25.77734,-25.83203 z m 1.85742,7.80861 h 6.28125 l -18.07617,18.07618 18.07617,18.02148 H 81.9707 L 63.94921,52.999034 Z"/></svg>

After

Width:  |  Height:  |  Size: 903 B

View File

@ -5,7 +5,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<title>{% block title %}Help!{% endblock %}</title> <title>{% block title %}Help!{% endblock %}</title>
<link rel="icon" href="data:;base64,iVBORw0KGgo="> <link rel="icon" href="{% static 'tonkakt.svg' %}" sizes="any" type="image/svg+xml">
<link rel="stylesheet" href="{% static 'bulma.min.css' %}"> <link rel="stylesheet" href="{% static 'bulma.min.css' %}">
<link rel="stylesheet" href="{% static 'bulma-prefers-dark.min.css' %}"> <link rel="stylesheet" href="{% static 'bulma-prefers-dark.min.css' %}">
</head> </head>