From 9fda1b9195258c266d98508e12766a59576811c6 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Sat, 3 Feb 2024 22:48:07 +0100 Subject: [PATCH] lets see --- assets/style.css | 11 ++++++++++- templates/dashboard.html | 17 +++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 templates/dashboard.html diff --git a/assets/style.css b/assets/style.css index 3f4ad3c..2af2abc 100644 --- a/assets/style.css +++ b/assets/style.css @@ -207,4 +207,13 @@ header ul li { .feature-list-ul ul { margin-top: 5px; margin-left: 20px; -} \ No newline at end of file +} + +/* */ +/* ZAČÍNAJ VŠETKO S ".dashboard" */ + + +.dashboard + + +/* */ \ No newline at end of file diff --git a/templates/dashboard.html b/templates/dashboard.html new file mode 100644 index 0000000..743b221 --- /dev/null +++ b/templates/dashboard.html @@ -0,0 +1,17 @@ + + + + +

Ahoj,

+ \ No newline at end of file