From 6401a0c571ab0e3d6b9ba8b9c2abec8bd1d7f5c7 Mon Sep 17 00:00:00 2001 From: raul Date: Wed, 29 May 2024 08:45:44 +0200 Subject: [PATCH] Webpage formatting improvements --- cmd/assets/index.html | 47 +++++++++++++++++++++---------------------- cmd/assets/style.css | 1 + 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/cmd/assets/index.html b/cmd/assets/index.html index b449b2e..fe9218a 100644 --- a/cmd/assets/index.html +++ b/cmd/assets/index.html @@ -1,38 +1,37 @@ - - - - - - -
- + + + + + File Uploader + + + + + + + + + +
-

Raul's file uploader

-

Find the source here!

+

Raul's file uploader

+

Find the source here!

- +

- Upload progress: + Upload progress:
- -

- -

- - - -
+
+ -
- diff --git a/cmd/assets/style.css b/cmd/assets/style.css index c68725e..441522a 100644 --- a/cmd/assets/style.css +++ b/cmd/assets/style.css @@ -21,6 +21,7 @@ img { button { background-color: #eee; border: 2px black solid; + margin-bottom: 10px; } #but:hover {