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,16 +1,11 @@
<html>
<head>
<title>Documentation</title>
<link rel="stylesheet" type="text/css" href="documentation.css">
<link rel="shortcut icon" type="Logo/png" href="ccc_logo.png"/>
</head>
<body>
<div id="Infos">
<p> <a href="/">index page</a> | <a href="/list">user and tag list</a></p>
<p><a href="https://hannover.ccc.de/gitlab/anton/matekasse">https://hannover.ccc.de/gitlab/anton/matekasse</a></p>
</div>
{% extends "base.html" %}
{% block title %}
Documentation
{% endblock %}
{% block customscript %}
<link rel="stylesheet" type="text/css" href="documentation.css">
{% endblock %}
{% block content %}
<h1 class="header"> <u>Documentation</u> </h1>
<p>&nbsp;</p>
@ -46,6 +41,4 @@
<p>638: Wrong Input</p>
<P>418: I'm a teapot</P>
</div>
</body>
</html>
{% endblock %}