summaryrefslogtreecommitdiff
path: root/webconsole
diff options
context:
space:
mode:
Diffstat (limited to 'webconsole')
-rw-r--r--webconsole/index.html25
-rw-r--r--webconsole/main.js0
-rw-r--r--webconsole/styles.css8
3 files changed, 0 insertions, 33 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
diff --git a/webconsole/main.js b/webconsole/main.js
deleted file mode 100644
index e69de29..0000000
--- a/webconsole/main.js
+++ /dev/null
diff --git a/webconsole/styles.css b/webconsole/styles.css
deleted file mode 100644
index a940b10..0000000
--- a/webconsole/styles.css
+++ /dev/null
@@ -1,8 +0,0 @@
1body {
2 background-color: teal;
3}
4
5.navigation button {
6 background-color: none;
7 border: none;
8}