From efe9ae01dda95046fa4abafd3fbe212f30ce4f33 Mon Sep 17 00:00:00 2001 From: Jwitt Date: Tue, 29 Aug 2023 08:40:10 +0200 Subject: [PATCH] gave up on frontend. If anyone wants it, it's yours --- index.html | 1 - src/App.vue | 23 +++++++++++++++++++++-- style.css | 6 ------ 3 files changed, 21 insertions(+), 9 deletions(-) delete mode 100644 style.css diff --git a/index.html b/index.html index 7d43c76..951bd1f 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,6 @@ - Alarm Control Page diff --git a/src/App.vue b/src/App.vue index 8f22fa5..ce0fc3b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,5 +5,24 @@ - + \ No newline at end of file diff --git a/style.css b/style.css deleted file mode 100644 index 8cf2309..0000000 --- a/style.css +++ /dev/null @@ -1,6 +0,0 @@ -body { - margin: auto; - width: 10%; - padding: 10px; - background-color: #ff6666; - } \ No newline at end of file