summaryrefslogtreecommitdiff
path: root/webGUI/pages/general.html
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2024-11-24 12:41:38 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2024-11-24 12:41:38 +0100
commit3a6928a0189bfe8d481c7eeac7a3d3df5dd9cdc0 (patch)
tree86a00bcd10dae82ac566e68c2c525fa71a44607a /webGUI/pages/general.html
parent567787eabe414592d005c727868091bcba2bf6fe (diff)
updates to the web gui
Diffstat (limited to 'webGUI/pages/general.html')
-rw-r--r--webGUI/pages/general.html30
1 files changed, 0 insertions, 30 deletions
diff --git a/webGUI/pages/general.html b/webGUI/pages/general.html
deleted file mode 100644
index 087afbc..0000000
--- a/webGUI/pages/general.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>General Tools</title>
- <link rel="stylesheet" href="../styles.css">
- <script src="main.js" defer></script>
-
-</head>
-
-<body>
- <nav class="navigation">
- <a href="../index.html" class="home">HOME</a>
- <h2>General Tools</h2>
- <a href="https://www.github.com/nasrlol" target="_blank">GITHUB</a>
- </nav>
-
- <section class="content">
- <h1>General Tools</h1>
- </section>
-
- <footer>
- <p>Created by <a href="https://www.github.com/nasrlol" target="_blank">nsrddyn</a>. All rights reserved &copy;
- 2024.</p>
- </footer>
-</body>
-
-</html> \ No newline at end of file