Kachel Log hinzugefügt
This commit is contained in:
parent
36d5701b06
commit
c69ba3873c
4 changed files with 28 additions and 32 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<head>
|
||||
|
||||
```
|
||||
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<link rel="stylesheet"
|
||||
href="{{ url_for('static', filename='style.css') }}">
|
||||
```
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
<div class="header">
|
||||
|
||||
```
|
||||
<div class="header-left">
|
||||
|
||||
<img class="logo-ing"
|
||||
|
|
@ -43,7 +42,7 @@
|
|||
|
||||
<img class="logo-hintergasse"
|
||||
src="{{ url_for('static', filename='logo_hintergasse.png') }}">
|
||||
```
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -58,7 +57,7 @@
|
|||
|
||||
<div class="container">
|
||||
|
||||
```
|
||||
|
||||
<div class="card">
|
||||
|
||||
<h2>Neue Kategorie</h2>
|
||||
|
|
@ -138,15 +137,14 @@
|
|||
</table>
|
||||
|
||||
</div>
|
||||
```
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
|
||||
```
|
||||
Hintergasse © 2026
|
||||
```
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<head>
|
||||
|
||||
```
|
||||
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<link rel="stylesheet"
|
||||
href="{{ url_for('static', filename='style.css') }}">
|
||||
```
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<div class="header">
|
||||
|
||||
```
|
||||
|
||||
<div class="header-left">
|
||||
|
||||
<img class="logo-ing"
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
<img class="logo-hintergasse"
|
||||
src="{{ url_for('static', filename='logo_hintergasse.png') }}">
|
||||
```
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
</div>
|
||||
<div class="container">
|
||||
|
||||
```
|
||||
|
||||
<div class="card">
|
||||
|
||||
<h1>{{ category }}</h1>
|
||||
|
|
@ -116,15 +116,15 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
```
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
|
||||
```
|
||||
|
||||
Hintergasse © 2026
|
||||
```
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<head>
|
||||
|
||||
```
|
||||
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<link rel="stylesheet"
|
||||
href="{{ url_for('static', filename='style.css') }}">
|
||||
```
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<div class="header">
|
||||
|
||||
```
|
||||
|
||||
<div class="header-left">
|
||||
|
||||
<img class="logo-ing"
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
<img class="logo-hintergasse"
|
||||
src="{{ url_for('static', filename='logo_hintergasse.png') }}">
|
||||
```
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -58,7 +58,6 @@
|
|||
|
||||
<div class="container">
|
||||
|
||||
```
|
||||
<div class="cards">
|
||||
|
||||
|
||||
|
|
@ -174,15 +173,14 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
```
|
||||
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
|
||||
```
|
||||
|
||||
Hintergasse © 2026
|
||||
```
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<head>
|
||||
|
||||
```
|
||||
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<link rel="stylesheet"
|
||||
href="{{ url_for('static', filename='style.css') }}">
|
||||
```
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<div class="header">
|
||||
|
||||
```
|
||||
|
||||
<div class="header-left">
|
||||
|
||||
<img class="logo-ing"
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
<img class="logo-hintergasse"
|
||||
src="{{ url_for('static', filename='logo_hintergasse.png') }}">
|
||||
```
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
|
||||
<div class="container">
|
||||
|
||||
```
|
||||
|
||||
<div class="cards">
|
||||
|
||||
<div class="card">
|
||||
|
|
@ -156,15 +156,15 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
```
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
|
||||
```
|
||||
|
||||
Hintergasse © 2026
|
||||
```
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue