1
0
Fork 0
forked from anton/matekasse
matekasse/Website/templates/index.html

13 lines
400 B
HTML
Raw Normal View History

2024-02-21 21:02:07 +00:00
{% extends "base.html" %}
{% block customscript %}
<script type="text/javascript" charset="utf-8">
window.location="/list"
</script>
{% endblock %}
{% block content %}
<a href="/list">user and tag list</a>
2024-02-17 01:12:27 +00:00
<p>The creator of this website accepts no liability for any linguistic or technical errors!</p>
<br style="line-height: 500%;"></br>
<a href="/documentation">Doumentation</a>
2024-02-21 21:02:07 +00:00
{% endblock %}