depot/web/quotes/templates/quotedb/home.html

11 lines
315 B
HTML

{% extends "base.html" %}
{% block fulltitle %}BFOB Quotes{% endblock %}
{% block content %}
<h2 class="text-bfobOrange font-bnto text-2xl">...were you expecting something?</h2>
<div class="flex justify-center content-center my-40">
<img src="https://bfob.gg/bfobweb.svg" class="w-72">
</div>
{% endblock %}