trans fox favicon.

This commit is contained in:
Ada Werefox 2024-03-07 11:38:55 -06:00
parent 25102a6bbc
commit eed3fe39c6
2 changed files with 7 additions and 2 deletions

View File

@ -29,5 +29,10 @@
"Checks": {}, "Checks": {},
"Entrances": {} "Entrances": {}
} }
},
"Codes": {
"None": {
"None": ""
}
} }
} }

View File

@ -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]">