From 2feb019c373c99fa3840d99724f5ee6f7c4dac36 Mon Sep 17 00:00:00 2001 From: Abdellah El Morabit Date: Mon, 18 Nov 2024 19:23:17 +0100 Subject: started switching to c, started the web gui, started the gtk gui, ending the swift version --- webconsole/index.html | 25 ------------------------- webconsole/main.js | 0 webconsole/styles.css | 8 -------- 3 files changed, 33 deletions(-) delete mode 100644 webconsole/index.html delete mode 100644 webconsole/main.js delete mode 100644 webconsole/styles.css (limited to 'webconsole') 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 @@ - - - - - - - CONSOLE - - - - - - - - - - - - \ No newline at end of file diff --git a/webconsole/main.js b/webconsole/main.js deleted file mode 100644 index e69de29..0000000 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; -} -- cgit v1.2.3-70-g09d2