From 78ed72234ae5efdf935e6824703a53a722b79f88 Mon Sep 17 00:00:00 2001 From: Lucas Schumacher Date: Tue, 18 Jun 2024 14:36:46 -0400 Subject: [PATCH] Reorganize files --- index.html | 41 ++++---------------------- react/index.html | 40 +++++++++++++++++++++++++ vanillaJS.html => vanillaJS/index.html | 0 3 files changed, 45 insertions(+), 36 deletions(-) create mode 100644 react/index.html rename vanillaJS.html => vanillaJS/index.html (100%) diff --git a/index.html b/index.html index 5653237..831339b 100644 --- a/index.html +++ b/index.html @@ -1,40 +1,9 @@ -
- - - - +

Frontends

+ diff --git a/react/index.html b/react/index.html new file mode 100644 index 0000000..5653237 --- /dev/null +++ b/react/index.html @@ -0,0 +1,40 @@ + + +
+ + + + + + diff --git a/vanillaJS.html b/vanillaJS/index.html similarity index 100% rename from vanillaJS.html rename to vanillaJS/index.html