From 8d883051a9489fe9a25e61bd306ce366242d1930 Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Sun, 07 Jan 2018 12:16:57 +0000
Subject: [PATCH] Suchfeld im Kopf hinzugefügt
---
index.html | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/index.html b/index.html
index 490bfa6..e255122 100644
--- a/index.html
+++ b/index.html
@@ -17,6 +17,9 @@
<div class="app-titel">
<span id="app-titel">Radio-UI</span>
</div>
+ <div class="sendersuche">
+ <input type="search" class="sendersuche-eingabe" placeholder="🔎">
+ </div>
</div>
<!-- Inhalt -->
<div class="inhalt">
--
Gitblit v1.9.3