12 lines
400 B
HTML
12 lines
400 B
HTML
{% 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>
|
|
{% endblock %}
|