diff --git a/css/style.css b/css/style.css
new file mode 100644
index 0000000..87656f8
--- /dev/null
+++ b/css/style.css
@@ -0,0 +1,143 @@
+@font-face {
+ font-family: "roboto-regular";
+ src: url("../font/Roboto-Regular.woff") format('woff'),
+ url("../font/Roboto-Regular.woff2") format("woff2"),
+ url("../font/Roboto-Regular.ttf") format("truetype"),
+ url("../font/Roboto-Regular.svg") format("svg"),
+ url("../font/Roboto-Regular.eot") format('embedded-opentype'),
+ url("../font/Roboto-Regular.otf") format("opentype");
+}
+
+html, body {
+ margin: 0;
+ background-color: #1e1e1f;
+ background-repeat: repeat;
+ font-family: sans-serif;
+}
+
+button:active { /* blame mozilla firefox */
+ padding: 0px;
+}
+
+a { /* Blame all browsers that need this */
+ text-decoration: none;
+ color: currentColor;
+}
+
+.top-bar {
+ width: 100vw;
+ height: 5vh;
+ background-color: black;
+}
+
+.top-bar-button {
+ min-width: 8vw;
+ max-height: 10vw;
+ height: 5vh;
+ overflow: hidden;
+ outline: none;
+ background-color: transparent;
+ border: 0;
+ color: white;
+ font-size: 2vmin;
+
+}
+
+.top-bar-favicon {
+ width: auto;
+ height: 3vh;
+ float: left;
+ overflow: hidden;
+ border: 1vmin solid black;
+ border-radius: 50%;
+}
+
+.top-bar-button.title {
+ float: left;
+}
+
+.top-bar-button.title:hover {
+ color: cyan;
+}
+
+.top-bar-button.title:hover:active {
+ color: lightseagreen;
+}
+
+.top-bar-button.regular {
+ border-bottom: 0.2vmin solid lawngreen;
+ float: right;
+}
+
+.top-bar-button.regular:hover {
+ border-bottom: 0.2vmin solid cyan;
+ color: cyan;
+}
+
+.top-bar-button.regular:hover:active {
+ border-bottom: 0.2vmin solid lightseagreen;
+ color: lightseagreen;
+}
+
+.top-bar-button.regular.selected {
+ border-bottom: 0.2vmin solid lightseagreen;
+}
+
+.top-bar-button.regular.selected:hover {
+ border-bottom: 0.2vmin solid cyan;
+ color: cyan;
+}
+
+.top-bar-button.regular.selected:hover:active {
+ border-bottom: 0.2vmin solid lightseagreen;
+ color: lightseagreen;
+}
+
+.wall {
+ width: 100vw;
+ height: 40vh;
+ background-image: url("../img/wall.jpg");
+ background-repeat: repeat;
+ color: white;
+ text-align: center;
+ display: table-cell;
+ vertical-align: middle;
+}
+
+.wall-title {
+ font-size: 10vmin;
+ font-family: "roboto-regular";
+}
+
+.wall-subtitle {
+ font-size: 3vmin;
+ font-family: monospace;
+}
+
+.content {
+ width: 100vw;
+ height: 45vh;
+ overflow: hidden;
+}
+
+.content-main {
+ margin: auto;
+ width: 80vw;
+ height: 45vh;
+ overflow: hidden;
+ background-color: #313233;
+ border: 2vmin solid #313233;
+ color: white;
+}
+
+.footer-bar {
+ width: 100vw;
+ height: 10vh;
+ overflow: hidden;
+ color: white;
+ display: table-cell;
+ vertical-align: middle;
+ text-align: center;
+ font-size: 2vmin;
+ background-color: black;
+}
\ No newline at end of file
diff --git a/favicon.png b/favicon.png
new file mode 100644
index 0000000..08cba68
Binary files /dev/null and b/favicon.png differ
diff --git a/font/Roboto-Regular.eot b/font/Roboto-Regular.eot
new file mode 100644
index 0000000..a2f8e93
Binary files /dev/null and b/font/Roboto-Regular.eot differ
diff --git a/font/Roboto-Regular.otf b/font/Roboto-Regular.otf
new file mode 100644
index 0000000..7ee4de1
Binary files /dev/null and b/font/Roboto-Regular.otf differ
diff --git a/font/Roboto-Regular.svg b/font/Roboto-Regular.svg
new file mode 100644
index 0000000..9f8f26a
--- /dev/null
+++ b/font/Roboto-Regular.svg
@@ -0,0 +1,11080 @@
+
+
+
diff --git a/font/Roboto-Regular.ttf b/font/Roboto-Regular.ttf
new file mode 100644
index 0000000..2b6392f
Binary files /dev/null and b/font/Roboto-Regular.ttf differ
diff --git a/font/Roboto-Regular.woff b/font/Roboto-Regular.woff
new file mode 100644
index 0000000..db167e3
Binary files /dev/null and b/font/Roboto-Regular.woff differ
diff --git a/font/Roboto-Regular.woff2 b/font/Roboto-Regular.woff2
new file mode 100644
index 0000000..817cfd5
Binary files /dev/null and b/font/Roboto-Regular.woff2 differ
diff --git a/img/background.png b/img/background.png
new file mode 100644
index 0000000..e995431
Binary files /dev/null and b/img/background.png differ
diff --git a/img/wall.jpg b/img/wall.jpg
new file mode 100644
index 0000000..891bfd5
Binary files /dev/null and b/img/wall.jpg differ
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..25940d1
--- /dev/null
+++ b/index.html
@@ -0,0 +1,38 @@
+
+
+
+ Podrum
+
+
+
+
+
+
+
+
+
Podrum
+ A server software for Minecraft Bedrock Edition
+
+
+
+
+
+
\ No newline at end of file