diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-18 19:23:17 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-18 19:23:17 +0100 |
| commit | 2feb019c373c99fa3840d99724f5ee6f7c4dac36 (patch) | |
| tree | 9bf1d614b602149a0ef27078894d6a15ecb13ff0 /webconsole | |
| parent | 3714c08a1233884696e0f5483d73efa890e1a5a1 (diff) | |
started switching to c, started the web gui, started the gtk gui, ending the swift version
Diffstat (limited to 'webconsole')
| -rw-r--r-- | webconsole/index.html | 25 | ||||
| -rw-r--r-- | webconsole/main.js | 0 | ||||
| -rw-r--r-- | webconsole/styles.css | 8 |
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 @@ -<!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>
\ 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 @@ -body { - background-color: teal; -} - -.navigation button { - background-color: none; - border: none; -} |
