feat: add favicon
This commit is contained in:
parent
e09e569a1a
commit
45886a4e7c
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
|
|
@ -5,6 +5,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="description" content="{{ gettext('Frog Collective is a french indie computer game studio.') }}">
|
<meta name="description" content="{{ gettext('Frog Collective is a french indie computer game studio.') }}">
|
||||||
<title>Frog Collective</title>
|
<title>Frog Collective</title>
|
||||||
|
<link rel="icon" type="image/x-icon" href="/img/favicon.ico">
|
||||||
<link rel="stylesheet" href="/style.css"/>
|
<link rel="stylesheet" href="/style.css"/>
|
||||||
<script type="module" src="/js/index.js"></script>
|
<script type="module" src="/js/index.js"></script>
|
||||||
{% if context.current_language == "fr" %}
|
{% if context.current_language == "fr" %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue