trans fox favicon.
This commit is contained in:
parent
25102a6bbc
commit
eed3fe39c6
@ -29,5 +29,10 @@
|
|||||||
"Checks": {},
|
"Checks": {},
|
||||||
"Entrances": {}
|
"Entrances": {}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"Codes": {
|
||||||
|
"None": {
|
||||||
|
"None": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
{% load static %}
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
@ -7,10 +8,9 @@
|
|||||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
|
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
{% comment %} <meta http-equiv="refresh" content="3" /> {% endcomment %}
|
<link rel="shortcut icon" href="{% static "tracker/images/neofox_flag_trans_256.png" %}">
|
||||||
{% load static tailwind_tags %}
|
{% load static tailwind_tags %}
|
||||||
{% tailwind_css %}
|
{% tailwind_css %}
|
||||||
{% load static %}
|
|
||||||
<script src="{% static "tracker/assets/refresh.js" %}"></script>
|
<script src="{% static "tracker/assets/refresh.js" %}"></script>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-[#242424]">
|
<body class="bg-[#242424]">
|
||||||
|
Loading…
Reference in New Issue
Block a user