bizcochito.onion/webpage/templates/head.html

7 lines
175 B
HTML
Raw Normal View History

{% load static %}
2023-07-14 18:05:38 +00:00
<head>
<link rel="stylesheet" href="{% static 'style.css' %}" />
<link rel="icon" href="{% static 'icon.png' %}" />
<title>{{ title }}</title>
</head>