created Dashboard

This commit is contained in:
schrom01
2022-08-15 01:10:34 +02:00
parent a74ae43fb6
commit 62a17bc63d
13 changed files with 413 additions and 74 deletions
+3 -4
View File
@@ -3,7 +3,6 @@
<head>
<link rel="stylesheet" href="../static/Styles/header.css">
<meta charset="UTF-8">
<title>Bewässerungssystem</title>
</head>
<body>
<header>
@@ -20,12 +19,12 @@
</nav>
<div class="heading">
<img src="../static/img/header/wassertropfen.png" alt="Tropfen" class="title-img">
<img src="../static/img/header/wassertropfen.png" alt="" class="title-img">
<h1>Bewässerungs-<br>system</h1>
<h1>{{ translater.getTranslation("Irrigation") }}-<br>{{ translater.getTranslation("system") }}</h1>
</div>
<img src="../static/img/header/blumenbeet.jpg" alt="Blumenbeet" class="header-img">
<img src="../static/img/header/blumenbeet.jpg" alt="" class="header-img">
</header>
</body>