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 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <meta charset="UTF-8"> + <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> +</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> + + </nav> + + +</body> + +<footer> + +</footer> + +</html>
\ No newline at end of file |
