From a55b169a1ffbd8e8f6117f6b44fca78a3fe0bbbb Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 9 Nov 2025 18:45:17 -0800 Subject: [PATCH] Refactor: Split index.html into partials --- index.html | 155 +++-------------------------------------------------- 1 file changed, 8 insertions(+), 147 deletions(-) diff --git a/index.html b/index.html index b2b452a..247e51f 100644 --- a/index.html +++ b/index.html @@ -1,157 +1,18 @@ - -Sune - - - - - - - - - +<%- include('./src/partials/head.html') %>
-
-
- - -
-
-
-
-
-
-
- -
- - -
- -
-
-
+<%- include('./src/partials/header.html') %> +<%- include('./src/partials/main.html') %> +<%- include('./src/partials/footer.html') %>
- - - - - - - - - - - - - +<%- include('./src/partials/sidebars.html') %> +<%- include('./src/partials/popovers.html') %> +<%- include('./src/partials/modals.html') %> +<%- include('./src/partials/scripts.html') %> - - - -