From e342e00e9b26efba4e27e9192a61c8767f7c6dbc Mon Sep 17 00:00:00 2001 From: ulrich Date: Wed, 20 Jan 2021 07:39:07 +0000 Subject: [PATCH] Kleine Anpassungen --- web/ui2/index.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/ui2/index.html b/web/ui2/index.html index 7188eb6..7611951 100644 --- a/web/ui2/index.html +++ b/web/ui2/index.html @@ -2,10 +2,9 @@ <html> <head> <title>Dateien</title> - <meta charset="UTF-8"> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="apple-mobile-web-app-capable" content="yes" /> - <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet"> <link rel="stylesheet" href="/jslib/codemirror/lib/codemirror.css"> <link rel="stylesheet" type="text/css" href="stile.css"> </head> @@ -22,8 +21,9 @@ <span id="app-titel">Dateien</span> </div> <div class="top-btn-area"> - <button type="button" title="Neuer Benutzer" class="top-btn" id="top-neu-btn"><i class="icon-doc-text-inv datei"></i></button> - <button type="button" title="Abmelden" class="top-btn" id="top-logout-btn"><i class="icon-folder"></i></button> + <button type="button" title="Neuer Text" class="top-btn" id="top-neuer-text-btn"><i class="icon-doc-text-inv datei"></i></button> + <button type="button" title="Neuer Ordner" class="top-btn" id="top-neuer-ordner-btn"><i class="icon-folder"></i></button> + <button type="button" title="Schließen" class="top-btn" id="top-close-btn"><i class="icon-cancel"></i></button> </div> </div> <div class="inhalt"> -- Gitblit v1.9.3