From 2153ea75990c7bf67c1cbc3513d2c2e665d0d6b2 Mon Sep 17 00:00:00 2001 From: raul Date: Tue, 30 Apr 2024 12:10:49 +0200 Subject: [PATCH] Move updated static assets to separate folder --- assets/index.html | 24 +++++++++++++++++++ assets/style.css | 60 +++++++++++++++++++++++++++++++++++++++++++++++ index.html | 17 -------------- 3 files changed, 84 insertions(+), 17 deletions(-) create mode 100644 assets/index.html create mode 100644 assets/style.css delete mode 100644 index.html diff --git a/assets/index.html b/assets/index.html new file mode 100644 index 0000000..20af6cb --- /dev/null +++ b/assets/index.html @@ -0,0 +1,24 @@ + + + + + + +
+ +
+

Raul's file uploader

+

Find the source here!

+
+ +
+
+ +
+
+ +
+ + diff --git a/assets/style.css b/assets/style.css new file mode 100644 index 0000000..0b4c5a6 --- /dev/null +++ b/assets/style.css @@ -0,0 +1,60 @@ +* { + font-family: arial; +} + +#but { + background-color: #eee; + border: 2px black solid; +} + + + +button { + background-color: #eee; + border: 2px black solid; +} + +#but:hover { + background-color: #ff6e00; + border: 2px black solid; +} + +body { + background-color: #aaa; +} + +h1 { + text-align: center; + bottom: 0%; +} + +h3 { + text-align: center; +} + +form { + text-align: center; +} + +a { + color: #ff6e00; +} + +a:hover {} + +#main { + background-color: #eee; + bottom: 100%; + height: 100%; + padding-left: 5%; + padding-right: 5%; +} + +.container { + display: flex; + /* outline: solid 1px black; */ + justify-content: center; + height: 100%; + max-width: 100%; + background-color: #aaa; +} diff --git a/index.html b/index.html deleted file mode 100644 index d1b880a..0000000 --- a/index.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - -

Test

-
- - -
- - - -