1
0
mirror of https://github.com/creyD/asiimov.git synced 2026-06-12 00:52:23 +02:00

Added base template

This commit is contained in:
2020-01-13 14:47:35 +01:00
parent c50c772777
commit e05bb05acd

View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Asiimov - CS:GO Trading Website</title>
</head>
<body>
<div id="header"></div>
{% block content %}{% endblock %}
<div id="footer">
<a href="https://github.com/creyD/asiimov" target="_blank">GitHub</a>.<a href="{% url 'imprint' %}">Imprint</a>.<a href="{% url 'help' %}">Help</a>
</div>
</body>
</html>