From d35e550f737b6a17e9efbb02f326645fa689ac0e Mon Sep 17 00:00:00 2001
From: AadneM <aadne.code@outlook.com>
Date: Wed, 17 Apr 2024 11:04:06 +0200
Subject: [PATCH] added navigation file

---
 Frontend/idatg2204_project_frontend/index.html                  | 2 +-
 .../src/Navigation.jsx}                                         | 0
 Frontend/idatg2204_project_frontend/src/css/navigation.css      | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename Frontend/{index.html => idatg2204_project_frontend/src/Navigation.jsx} (100%)
 create mode 100644 Frontend/idatg2204_project_frontend/src/css/navigation.css

diff --git a/Frontend/idatg2204_project_frontend/index.html b/Frontend/idatg2204_project_frontend/index.html
index 0c589ec..0682078 100644
--- a/Frontend/idatg2204_project_frontend/index.html
+++ b/Frontend/idatg2204_project_frontend/index.html
@@ -4,7 +4,7 @@
     <meta charset="UTF-8" />
     <link rel="icon" type="image/svg+xml" href="/vite.svg" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Vite + React</title>
+    <title>ElectroMart</title>
   </head>
   <body>
     <div id="root"></div>
diff --git a/Frontend/index.html b/Frontend/idatg2204_project_frontend/src/Navigation.jsx
similarity index 100%
rename from Frontend/index.html
rename to Frontend/idatg2204_project_frontend/src/Navigation.jsx
diff --git a/Frontend/idatg2204_project_frontend/src/css/navigation.css b/Frontend/idatg2204_project_frontend/src/css/navigation.css
new file mode 100644
index 0000000..e69de29
-- 
GitLab