Files
tuxcord.net/tuxcord/templates/head.html

6 lines
127 B
HTML

{% load static %}
<meta charset="UTF-8" />
<link rel="stylesheet" href="{% static 'index.css' %}">
<title>Tuxcord.NET</title>