könnte so klappen
This commit is contained in:
parent
727617e2be
commit
19fbecda56
14 changed files with 205 additions and 187 deletions
|
@ -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> </p>
|
||||
|
@ -46,6 +41,4 @@
|
|||
<p>638: Wrong Input</p>
|
||||
<P>418: I'm a teapot</P>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue