diff options
Diffstat (limited to 'webGUI/index.html')
| -rw-r--r-- | webGUI/index.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/webGUI/index.html b/webGUI/index.html new file mode 100644 index 0000000..eb12eca --- /dev/null +++ b/webGUI/index.html | |||
| @@ -0,0 +1,31 @@ | |||
| 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"></script> | ||
| 10 | </head> | ||
| 11 | |||
| 12 | <body> | ||
| 13 | |||
| 14 | <nav class="navigation"> | ||
| 15 | <p>I2C MODES</p> | ||
| 16 | <a href="" class="CPU_INFO">CPU Information</a> | ||
| 17 | <a href="" class="recources">Recources</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> | ||
| 23 | |||
| 24 | |||
| 25 | </body> | ||
| 26 | |||
| 27 | <footer> | ||
| 28 | |||
| 29 | </footer> | ||
| 30 | |||
| 31 | </html> \ No newline at end of file | ||
