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
-
-
-
-
-