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

@@ -19,21 +19,22 @@
<div>
<ul>
<li><a href="{% url 'home' %}">Home</a></li>
<li><a href="{% url 'instructions' %}">Karbs</a></li>
</ul>
</div>
</header>
<main>{% block content %}{% endblock %}</main>
<footer>
<p class="footer">
Copyright &copy
<script>
document.write(new Date().getFullYear());
</script>
Kristofers Solo
</p>
</footer>
<!-- <footer> -->
<!-- <p class="footer"> -->
<!-- Copyright &copy -->
<!-- <script> -->
<!-- document.write(new Date().getFullYear()); -->
<!-- </script> -->
<!-- Kristofers Solo -->
<!-- </p> -->
<!-- </footer> -->
</div>
</div>