summaryrefslogtreecommitdiff
path: root/webGUI/index.html
blob: 28665f8cf35baf40d7bb81420cec5c6938c7ca14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!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" defer></script>
</head>

<body>
     <nav class="navigation">
          <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 &copy;
               2024.</p>
     </footer>
</body>

</html>