2023-06-07 17:21:42 +00:00
{% load static %}
2023-06-07 09:53:21 +00:00
<!DOCTYPE html>
< html lang = "en" >
2023-06-07 17:21:42 +00:00
{% include "head.html" %}
2023-06-07 09:53:21 +00:00
< body id = "index" >
2023-06-07 17:21:42 +00:00
{% include "fediring.html" %}
2023-06-07 09:53:21 +00:00
< div id = "noscript" >
< div class = "centercubeplease" >
< h1 > I'm bizcochito, hey!< / h1 >
< h2 > -Pages:< / h2 >
2023-06-07 17:21:42 +00:00
< ul class = "disclosure-closed" >
< li > < a href = "about/" > About me< / a > < / li >
< li > < a href = "book/" > Signbook< / a > < / li >
2023-06-07 17:55:25 +00:00
< / ul >
< h2 > -Banners< / h2 >
< div class = "img" >
{% for gif in banger_list %}
< img
style="max-height: 50px; width: auto"
src="{% static "icons/banner/" %}{{gif.name}}"
alt="{{gif.url}}"
/>
{% endfor %}
< / div >
2023-06-07 09:53:21 +00:00
< h2 > -Funni gifs< / h2 >
2023-06-07 17:21:42 +00:00
< div class = "img" >
2023-06-07 09:53:21 +00:00
{% for gif in gif_list %}
< img
style="max-height: 50px; width: auto"
2023-06-07 17:55:25 +00:00
src="{% static "icons/gif/" %}{{gif.name}}"
2023-06-07 09:53:21 +00:00
alt="{{gif.url}}"
/>
{% endfor %}
2023-06-07 17:21:42 +00:00
< / div >
2023-06-07 09:53:21 +00:00
< h2 > -Frens:< / h2 >
2023-06-07 17:21:42 +00:00
< div class = "img" >
2023-06-07 09:53:21 +00:00
{% for banner in banner_list %}
< a href = "https://{{banner.url}}" > < img
style="height: 31px; width: auto"
src="{% static "icons/88x31/" %}{{banner.name}}"
alt="{{banner.url}}"
/>< / a >
{% endfor %}
2023-06-07 17:21:42 +00:00
< / div >
2023-06-07 09:53:21 +00:00
< h2 > -Me in other places:< / h2 >
2023-06-07 17:21:42 +00:00
< div class = "img" >
2023-06-07 09:53:21 +00:00
< a href = "http://cronut.cafe/~bizcochito"
>< img
src="{% static 'icons/coconut.png' %}"
alt="cronut.cafe/~bizcochito"
/>< / a >
2023-06-07 17:21:42 +00:00
< / div >
2023-06-07 09:53:21 +00:00
< h2 > -NEW BANNER:< / h2 >
2023-06-07 17:21:42 +00:00
< div class = "img" >
2023-06-07 11:41:27 +00:00
< a href = "https://yari.fai.st"
2023-06-07 09:53:21 +00:00
>< img src = "{% static 'icons/bizcochito.gif' %}" alt = "yari.fai.st"
/>< / a >
2023-06-07 17:21:42 +00:00
< / div >
2023-06-07 09:53:21 +00:00
< / div >
< div class = "centerade" >
< a > < img src = "{% static " ads / hor / " % } { { ad } } " / > < / a >
< / div >
< / div >
< script >
function nojs() {
document.getElementById("noscript").style.display = "block";
document.getElementById("nojs").style.display = "none";
}
document.getElementById("noscript").style.display = "none";
document.write(
'< div id = "nojs" class = "centercubeplease" > < p > To see the website please disable JS< / p > < p > < a href = "#" onclick = "nojs()" > I cant do that, daddy google does not LET me :(< / a > < / p > < / div > '
);
< / script >
< / body >
< / html >