This repository has been archived on 2026-05-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tuxcord.net/tuxcord/templates/head.html
T

6 lines
127 B
HTML

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