add favicon
This commit is contained in:
3
frontend/favicon-basic.svg
Normal file
3
frontend/favicon-basic.svg
Normal 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
4
frontend/favicon.svg
Normal 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 |
@ -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>
|
||||
|
Reference in New Issue
Block a user