add favicon

This commit is contained in:
2021-05-23 21:48:10 +02:00
parent cabccfa7b5
commit ef6674b35b
6 changed files with 24 additions and 16 deletions

View File

@ -0,0 +1,3 @@
<svg height="100" width="100">
<polygon points="7,0 7,100 93,50" fill="darkgreen" />
</svg>

After

Width:  |  Height:  |  Size: 96 B

4
frontend/favicon.svg Normal file
View File

@ -0,0 +1,4 @@
<svg height="100" width="100">
<circle cx="50" cy="50" r="50" fill="black" />
<polygon points="30,20 30,80 85,50" fill="limegreen" />
</svg>

After

Width:  |  Height:  |  Size: 149 B

View File

@ -1,5 +1,6 @@
<html>
<head>
<title>{{ title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">{% for item in meta %}
{% block item %}<meta property="{{ item[0] }}" content="{{ item[1] }}" />{% end %}{% end %}
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/video.js/{{ data["videojs_version"] }}/video.min.js"></script>