Initial commit

This commit is contained in:
Oliver Davies 2022-06-07 22:00:00 +01:00
commit bd3fce7e64
25 changed files with 888 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<ul class="flex flex-wrap justify-center">
{% for i in range(1, 9) %}
<li class="ml-6 {{ i is same as 1 ? 'font-bold' }}">
<a href="#0">{{ i }}</a>
</li>
{% endfor %}
<li class="ml-6"><a href="#0">...</a></li>
<li class="ml-6"><a href="#0">next </a></li>
<li class="ml-6"><a href="#0">last »</a></li>
</ul>