blob: 33b4ee9812ebf9328ee5676b7a833785d8d253c7 (
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
|
<!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>
<button>STATS</button>
<button>AI</button>
<button>TOOLS</button>
<button>MORE</button>
</nav>
</body>
</html>
|