summaryrefslogtreecommitdiff
path: root/webGUI/index.html
diff options
context:
space:
mode:
authornasrlol <nsrddyn@gmail.com>2024-11-18 23:10:14 +0100
committernasrlol <nsrddyn@gmail.com>2024-11-18 23:10:14 +0100
commitcc8792b3150f7b7f0a5a297dedd78295d4031c68 (patch)
tree2b8d24c3f195e3d2c71ae04a371c68defdb45c39 /webGUI/index.html
parentdbf4264109f52fb7d1479d1119e39fddafd952bd (diff)
finished the webpage, and the main code is functioning correctly
Diffstat (limited to 'webGUI/index.html')
-rw-r--r--webGUI/index.html28
1 files changed, 15 insertions, 13 deletions
diff --git a/webGUI/index.html b/webGUI/index.html
index eb12eca..28665f8 100644
--- a/webGUI/index.html
+++ b/webGUI/index.html
@@ -6,26 +6,28 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CONSOLE</title>
<link rel="stylesheet" href="styles.css">
- <script src="main.js"></script>
+ <script src="main.js" defer></script>
</head>
<body>
-
<nav class="navigation">
- <p>I2C MODES</p>
- <a href="" class="CPU_INFO">CPU Information</a>
- <a href="" class="recources">Recources</a>
- <a href="" class="speech_trans">Speech Transcriber</a>
- <a href="" class="notes">Display a message</a>
- <a href="" class="general">General Tools</a>
-
+ <a href="index.html" class="home">HOME</a>
+ <h2>I2C MODES</h2>
+ <a href="https://www.github.com/nasrlol" target="_blank">GITHUB</a>
</nav>
+ <section class="controls">
+ <a href="pages/cpuinfo.html" class="CPU_INFO">CPU Information</a>
+ <a href="pages/general.html" class="resources">Resources</a>
+ <a href="pages/notes.html" class="speech_trans">Speech Transcriber</a>
+ <a href="pages/recourses.html" class="notes">Display a Message</a>
+ <a href="pages/speech.html" class="general">General Tools</a>
+ </section>
+ <footer>
+ <p>Created by <a href="https://www.github.com/nasrlol" target="_blank">nsrddyn</a>. All rights reserved &copy;
+ 2024.</p>
+ </footer>
</body>
-<footer>
-
-</footer>
-
</html> \ No newline at end of file