1
0
Fork 0
forked from bton/matekasse

könnte so klappen

This commit is contained in:
lubiana 2024-02-21 22:02:07 +01:00
parent 727617e2be
commit 19fbecda56
14 changed files with 205 additions and 187 deletions

View file

@ -1,11 +1,12 @@
<html>
<a href="/list">user and tag list</a>
{% 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>
<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>
<script src="/socket.io.js" integrity="sha512-q/dWJ3kcmjBLU4Qc47E4A9kTB4m3wuTY7vkFJDTZKjTs8jhyGQnaUrxa0Ytd0ssMZhbNua9hE+E7Qv1j+DyZwA==" crossorigin="anonymous">
</script>
<script type="text/javascript" charset="utf-8">
window.location="/list"
</script>
</html>
{% endblock %}