Copyright-Hinweise verschoben bzw. hinzugefügt

This commit is contained in:
2021-07-29 00:37:00 +02:00
parent c2b936dc8e
commit 8fa0c887de
30 changed files with 152 additions and 84 deletions
+16 -1
View File
@@ -1,4 +1,19 @@
// JavaScript des NateMan von Niklas Elsbrock
// NateMan Nachschreibtermin-Manager
// static/script.js
// Copyright © 2020 Niklas Elsbrock
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU 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 General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
// --- Flashnachrichten EventListener ---
var flashNode;
+18 -1
View File
@@ -1,4 +1,21 @@
/* Cascading Style Sheet des NateMan von Niklas Elsbrock */
/*
* NateMan Nachschreibtermin-Manager
* static/style.css
* Copyright © 2020 Niklas Elsbrock
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
:root {
--bg-primary: #ffffff;