1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00
AdvLabDB/advlabdb/templates/index.html

10 lines
205 B
HTML
Raw Normal View History

{% set title = "Home" %}
{% extends "layout.html" %}
{% block content %}
2021-05-02 16:11:08 +00:00
Welcome to AdvLabDB!
<br>
Go to <a href="{{url_for("index") + "admin"}}" style="font-size:40px">/admin</a>
{% endblock content %}