FOSSDB/src/apps/main/templates/homepage.html
2023-06-30 01:02:24 +00:00

10 lines
288 B
HTML

{% extends "base.html" %}
{% load static %}
{% block title %}{{ title }}{% endblock %}
{% block meta %}{% endblock %}
{% block content %}
<div class="flex justify-center my-auto">
<h1 class="font-rationale text-8xl font-bold">Welcome to FOSSDB!</h1>
</div>
{% endblock %}