summaryrefslogtreecommitdiff
path: root/webconsole/index.html
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2024-11-18 19:23:17 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2024-11-18 19:23:17 +0100
commit2feb019c373c99fa3840d99724f5ee6f7c4dac36 (patch)
tree9bf1d614b602149a0ef27078894d6a15ecb13ff0 /webconsole/index.html
parent3714c08a1233884696e0f5483d73efa890e1a5a1 (diff)
started switching to c, started the web gui, started the gtk gui, ending the swift version
Diffstat (limited to 'webconsole/index.html')
-rw-r--r--webconsole/index.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/webconsole/index.html b/webconsole/index.html
deleted file mode 100644
index 33b4ee9..0000000
--- a/webconsole/index.html
+++ /dev/null
@@ -1,25 +0,0 @@
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 <button>STATS</button>
17 <button>AI</button>
18 <button>TOOLS</button>
19 <button>MORE</button>
20 </nav>
21
22
23</body>
24
25</html> \ No newline at end of file