Created karbs instruction page

This commit is contained in:
Kristofers Solo
2022-08-06 19:12:17 +03:00
parent e9ef11bc46
commit 6c00a089fc
16 changed files with 233 additions and 36 deletions

View File

@@ -5,8 +5,8 @@
<link rel="stylesheet" href="{% static 'css/index.css' %}" />
{% endblock %}
{% block content %}
<div>
<div class="center">
<p>At the moment this website is under construction.</p>
<p>For now you can check out <a href="">karbs</a>.</p>
<p>For now you can check out <a href="{% url 'instructions' %}">KARBS</a>.</p>
</div>
{% endblock %}