From efc3fdae0f1d042afcb54da786dbec18081eaa38 Mon Sep 17 00:00:00 2001 From: Leocraft1 Date: Wed, 11 Jun 2025 11:49:51 +0200 Subject: [PATCH] Admin index page --- admin.html | 31 +++++++++++++++++++++++++++++++ style.css | 3 +++ 2 files changed, 34 insertions(+) create mode 100644 admin.html diff --git a/admin.html b/admin.html new file mode 100644 index 0000000..0720924 --- /dev/null +++ b/admin.html @@ -0,0 +1,31 @@ + + + + + + ER-TPL + + + + + + + +
+ +
+

Admin index page

+
+

SETA

+ Html td generator +

Dani

+ Dani index +

Vichi

+ Vichi index +
+ + \ No newline at end of file diff --git a/style.css b/style.css index 1e3f298..2e25491 100644 --- a/style.css +++ b/style.css @@ -171,6 +171,9 @@ h2 { font-size: 20px; margin-bottom: 10px; } +h2.admin{ + margin-left: 12px; +} p.novitasito{ margin-top: 10px; }