From ee60bb172b3b2aa421bd30c89a209bbf29c20055 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Fri, 9 Aug 2024 07:31:53 -0400 Subject: [PATCH] Better layout --- Makefile | 10 +++++++++- index.html | 21 ++++++++++++++++----- 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index e228cc0..2b114b7 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,12 @@ serve: build: echo "Not implemented yet..." -.PHONY: build \ No newline at end of file +.PHONY: build + +image: + docker build -t androiddrew/webserial:latest . +.PHONY: build + +push: + docker push androiddrew/webserial:latest +.PHONY: push \ No newline at end of file diff --git a/index.html b/index.html index d70cddf..b088702 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,7 @@

Web Serial Console

+
@@ -18,14 +19,15 @@