From 599f2fbff2ac4ddc7d8dc08367f54e4916d6cfa8 Mon Sep 17 00:00:00 2001 From: ulrich <not disclosed> Date: Sun, 07 Jan 2018 12:42:11 +0000 Subject: [PATCH] Stub für Suchfunktion 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