diff --git a/fav.svg b/fav.svg
new file mode 100644
index 0000000..8aa742f
--- /dev/null
+++ b/fav.svg
@@ -0,0 +1,18 @@
+
+
+
+
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..03692e7
--- /dev/null
+++ b/index.html
@@ -0,0 +1,21 @@
+
+
+
+
+
+ OpenJibo Server GUI
+
+
+ OpenJibo v0.0.0
+
+ - HJ Requests: 69420
+ - Server PrivIP: 192.168.7.128:9000
+ - Server PubIP: japi.zane.org:80
+ - RAM: 6gb/12gb (50%)
+ - CPU: 43% (32%)
+ - Temp: 33.8°C (92.8°F)
+ - OpenJibo Server: jaked
+ - OpenJibo Server GUI: ZaneDev
+
+
+
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..7c473d3
--- /dev/null
+++ b/style.css
@@ -0,0 +1,24 @@
+body {
+ background-color: black;
+ align-items: center;
+ text-align: center;
+ font-family: 'JetBrains Mono', monospace;
+}
+h1 {
+ margin-top: 3vh;
+ color: white;
+ font-size: 12vh;
+}
+ul {
+ list-style-type: none;
+ color: black;
+ text-align: left;
+ font-size: 8vh;
+}
+li {
+ color: white;
+}
+.credit-text {
+ font-size: 4vh;
+ margin-top: 3vh;
+}
\ No newline at end of file