blob: eb12eca67b8daa9df986a6b4c751093c88575272 (
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
|
<!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>
|