diff --git a/Makefile b/Makefile
index e66ec59..e6d72a6 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ prod-build:
upload: prod-build
mc cp public/index.html $(REMOTE)/$(BUCKET)/$(BASE_PATH)/index.html
mc cp public/application.js $(REMOTE)/$(BUCKET)/$(BASE_PATH)/application.js
+ mc cp public/application.css $(REMOTE)/$(BUCKET)/$(BASE_PATH)/application.css
.PHONY: gen-videos-json
gen-videos-json:
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..0161654
--- /dev/null
+++ b/index.html
@@ -0,0 +1,6497 @@
+
+
+
+
+ Main
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/public/application.css b/public/application.css
new file mode 100644
index 0000000..a66851e
--- /dev/null
+++ b/public/application.css
@@ -0,0 +1,75 @@
+html {
+ margin: 0;
+ padding: 0;
+ background-color: #161616;
+ color: #ccc;
+}
+
+video {
+ margin-left: auto;
+ margin-right: auto;
+ display: block;
+ margin-top: 1em;
+}
+
+select,
+footer,
+.downloadList {
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 1em;
+ margin-bottom: 1em;
+ display: block;
+ width: 960px;
+}
+
+footer {
+ text-align: center;
+}
+
+select {
+ background-color: #333;
+ color: #ccc;
+ border: 1px solid #555;
+ padding: 0.2em;
+}
+
+footer > a {
+ font-size: 0.8em;
+ margin-left: 1em;
+ padding: 0.1em 0.8em;
+ background-color: #60b5cc;
+ color: #333;
+ border-radius: 3px;
+ text-decoration: none;
+}
+
+footer > a:hover {
+ background-color: #cc60b6;
+ color: #ccc;
+}
+
+.downloadList:before {
+ content: "Direct Download";
+ font-weight: bold;
+ text-decoration: underline;
+ margin-bottom: 1em;
+ display: block;
+}
+
+.downloadList {
+ margin-top: 2em;
+ width: 500px;
+ margin-bottom: 2em;
+}
+
+.downloadList > a {
+ color: #60b5cc;
+ display: list-item;
+ margin-top: 0.2em;
+ text-decoration: none;
+}
+
+.downloadList > a:hover {
+ color: #ccc;
+}
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
index 70f95e9..ab968c2 100644
--- a/public/index.html
+++ b/public/index.html
@@ -3,83 +3,7 @@
Minimalistic WebPlayer
-
+
@@ -93,22 +17,19 @@