diff --git a/index.html b/index.html
index e69de29..0905116 100644
--- a/index.html
+++ b/index.html
@@ -0,0 +1,11 @@
+
+
+
+ Excursion
+
+
+
+ Discover hidden places in the world around you
+ Download Excursion (Coming Soon!).
+
+
diff --git a/resources/css/style.css b/resources/css/style.css
index e69de29..5df2906 100644
--- a/resources/css/style.css
+++ b/resources/css/style.css
@@ -0,0 +1,15 @@
+h1{
+ font-family: Verdana, Geneva, Tahoma, sans-serif;
+ font-weight: normal;
+ font-size: 50px;
+ color: white;
+ text-align: center;
+}
+body{
+ background-color: black;
+}
+a{
+ color: aquamarine;
+ text-align: center;
+ font-size: 16px;
+}
\ No newline at end of file