From a05f1ae473b73422d603090c1ca9daf7a605a454 Mon Sep 17 00:00:00 2001 From: mike Date: Thu, 28 Apr 2022 18:37:06 +0100 Subject: [PATCH] testing public --- .idea/login_themes.iml | 9 ---- .idea/markdown.xml | 9 ---- .idea/modules.xml | 8 --- .idea/vcs.xml | 6 --- .idea/workspace.xml | 58 --------------------- {amalati => public/amalati}/background.png | Bin {amalati => public/amalati}/logo.png | Bin {amalati => public/amalati}/theme.css | 0 {amalati => public/amalati}/theme.js | 0 9 files changed, 90 deletions(-) delete mode 100644 .idea/login_themes.iml delete mode 100644 .idea/markdown.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/workspace.xml rename {amalati => public/amalati}/background.png (100%) rename {amalati => public/amalati}/logo.png (100%) rename {amalati => public/amalati}/theme.css (100%) rename {amalati => public/amalati}/theme.js (100%) diff --git a/.idea/login_themes.iml b/.idea/login_themes.iml deleted file mode 100644 index d6ebd48..0000000 --- a/.idea/login_themes.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/markdown.xml b/.idea/markdown.xml deleted file mode 100644 index 1e34094..0000000 --- a/.idea/markdown.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 6e704f3..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 58f773c..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - 1651144522780 - - - - - - - - - \ No newline at end of file diff --git a/amalati/background.png b/public/amalati/background.png similarity index 100% rename from amalati/background.png rename to public/amalati/background.png diff --git a/amalati/logo.png b/public/amalati/logo.png similarity index 100% rename from amalati/logo.png rename to public/amalati/logo.png diff --git a/amalati/theme.css b/public/amalati/theme.css similarity index 100% rename from amalati/theme.css rename to public/amalati/theme.css diff --git a/amalati/theme.js b/public/amalati/theme.js similarity index 100% rename from amalati/theme.js rename to public/amalati/theme.js