bizcochito.onion/templates/index.njk

52 lines
1.1 KiB
Plaintext
Raw Normal View History

2024-06-09 07:22:05 +00:00
{% extends "base.njk" %}
{% block body %}
<div class="centercubeplease">
<h1>
I'm bizcochito, hey!
</h1>
<h2>
Pages
</h2>
<ul class="disclosure-closed">
<li>
<a href="/about">About</a>
<a href="/signbook">Signbook</a>
</li>
</ul>
<h2>
Banners
</h2>
<!-- Add htmx request on load for banner list -->
<h2>
Funni gifs
</h2>
<!-- Add htmx request on load for gif list -->
<h2>
Frens
</h2>
<!-- Add htmx request on load for 8831 list -->
<h2>
Another banner that is unused
</h2>
<div class="img">
<a href="">
<img style="height:33px;
width:81px"
src="/static/icons/coconut.png"
alt="cronut.cafe/~bizcochito" />
</a>
</div>
<h2>
BANNER
</h2>
<div class="img">
<a href="https://yari.fai.st">
<img style="height:33px;
width:81px"
src="/static/icons/bizcochito.gif"
alt="yari.fai.st" />
</a>
</div>
</div>
<!-- Add htmx request on load for ad -->
{% endblock body %}