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 @@ | |||
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 7 | <title>CONSOLE</title> | 7 | <title>CONSOLE</title> |
| 8 | <link rel="stylesheet" href="styles.css"> | 8 | <link rel="stylesheet" href="styles.css"> |
| 9 | <script src="main.js"></script> | 9 | <script src="main.js" defer></script> |
| 10 | </head> | 10 | </head> |
| 11 | 11 | ||
| 12 | <body> | 12 | <body> |
| 13 | |||
| 14 | <nav class="navigation"> | 13 | <nav class="navigation"> |
| 15 | <p>I2C MODES</p> | 14 | <a href="index.html" class="home">HOME</a> |
| 16 | <a href="" class="CPU_INFO">CPU Information</a> | 15 | <h2>I2C MODES</h2> |
| 17 | <a href="" class="recources">Recources</a> | 16 | <a href="https://www.github.com/nasrlol" target="_blank">GITHUB</a> |
| 18 | <a href="" class="speech_trans">Speech Transcriber</a> | ||
| 19 | <a href="" class="notes">Display a message</a> | ||
| 20 | <a href="" class="general">General Tools</a> | ||
| 21 | |||
| 22 | </nav> | 17 | </nav> |
| 23 | 18 | ||
| 19 | <section class="controls"> | ||
| 20 | <a href="pages/cpuinfo.html" class="CPU_INFO">CPU Information</a> | ||
| 21 | <a href="pages/general.html" class="resources">Resources</a> | ||
| 22 | <a href="pages/notes.html" class="speech_trans">Speech Transcriber</a> | ||
| 23 | <a href="pages/recourses.html" class="notes">Display a Message</a> | ||
| 24 | <a href="pages/speech.html" class="general">General Tools</a> | ||
| 25 | </section> | ||
| 24 | 26 | ||
| 27 | <footer> | ||
| 28 | <p>Created by <a href="https://www.github.com/nasrlol" target="_blank">nsrddyn</a>. All rights reserved © | ||
| 29 | 2024.</p> | ||
| 30 | </footer> | ||
| 25 | </body> | 31 | </body> |
| 26 | 32 | ||
| 27 | <footer> | ||
| 28 | |||
| 29 | </footer> | ||
| 30 | |||
| 31 | </html> \ No newline at end of file | 33 | </html> \ No newline at end of file |
