mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2026-03-22 00:26:20 +00:00
Created karbs instruction page
This commit is contained in:
@@ -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 ©
|
||||
<script>
|
||||
document.write(new Date().getFullYear());
|
||||
</script>
|
||||
Kristofers Solo
|
||||
</p>
|
||||
</footer>
|
||||
<!-- <footer> -->
|
||||
<!-- <p class="footer"> -->
|
||||
<!-- Copyright © -->
|
||||
<!-- <script> -->
|
||||
<!-- document.write(new Date().getFullYear()); -->
|
||||
<!-- </script> -->
|
||||
<!-- Kristofers Solo -->
|
||||
<!-- </p> -->
|
||||
<!-- </footer> -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user