From ac52ada13c0a4643d7f1da9062af8ab0b5ed5658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Mon, 22 Apr 2024 10:12:07 +0200 Subject: [PATCH] adding files --- WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/script.js | 1 + WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/script.js create mode 100644 WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/script.js b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/script.js new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/script.js @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css new file mode 100644 index 0000000..46800d1 --- /dev/null +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css @@ -0,0 +1,2 @@ +body { +}