created Dashboard
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user