diff options
Diffstat (limited to 'webGUI/index.html')
| -rw-r--r-- | webGUI/index.html | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/webGUI/index.html b/webGUI/index.html deleted file mode 100644 index 28665f8..0000000 --- a/webGUI/index.html +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html lang="en"> | ||
| 3 | |||
| 4 | <head> | ||
| 5 | <meta charset="UTF-8"> | ||
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| 7 | <title>CONSOLE</title> | ||
| 8 | <link rel="stylesheet" href="styles.css"> | ||
| 9 | <script src="main.js" defer></script> | ||
| 10 | </head> | ||
| 11 | |||
| 12 | <body> | ||
| 13 | <nav class="navigation"> | ||
| 14 | <a href="index.html" class="home">HOME</a> | ||
| 15 | <h2>I2C MODES</h2> | ||
| 16 | <a href="https://www.github.com/nasrlol" target="_blank">GITHUB</a> | ||
| 17 | </nav> | ||
| 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> | ||
| 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> | ||
| 31 | </body> | ||
| 32 | |||
| 33 | </html> \ No newline at end of file | ||
