diff options
Diffstat (limited to 'webGUI/index.html')
| -rw-r--r-- | webGUI/index.html | 28 |
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 © + 2024.</p> + </footer> </body> -<footer> - -</footer> - </html>
\ No newline at end of file |
