From 9603599a1d0f161d1365fe8d0d60ce1d3133e197 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Tue, 27 Apr 2021 14:53:03 +0000
Subject: [PATCH] ui nach www geschoben, Steuerung daran angepasst

---
 www/app.css |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/www/ui/app.css b/www/app.css
similarity index 95%
rename from www/ui/app.css
rename to www/app.css
index c8d2cf9..4d2a00f 100644
--- a/www/ui/app.css
+++ b/www/app.css
@@ -1,3 +1,20 @@
+/*
+  Tango - Personal Media Center
+  Copyright (C) 2021  Ulrich Hilger
+
+  This program is free software: you can redistribute it and/or modify
+  it under the terms of the GNU Affero General Public License as
+  published by the Free Software Foundation, either version 3 of the
+  License, or (at your option) any later version.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU Affero General Public License for more details.
+
+  You should have received a copy of the GNU Affero General Public License
+  along with this program.  If not, see <https://www.gnu.org/licenses/>.
+*/
 html, body {
   margin: 0;
   padding: 0;

--
Gitblit v1.9.3