diff --git a/console/src/css/style.less b/console/src/css/style.less
index dd68d4c4ab..613dd89693 100644
--- a/console/src/css/style.less
+++ b/console/src/css/style.less
@@ -201,6 +201,19 @@ header {
right-box {
position: absolute;
margin-left: @title-margin-left;
+
+ #go-server-button {
+ cursor: pointer;
+ border: none;
+ margin-top: 10px;
+ background-color: #08A6E0;
+ width: 150px;
+
+ img {
+ padding: 10px 0px;
+ width: 50px;
+ }
+ }
}
}
}
diff --git a/console/src/images/go-hmd.svg b/console/src/images/go-hmd.svg
new file mode 100644
index 0000000000..4e4fc8566e
--- /dev/null
+++ b/console/src/images/go-hmd.svg
@@ -0,0 +1,18 @@
+
+
+
diff --git a/console/src/index.html b/console/src/index.html
index 20d4d460dc..990adb3285 100644
--- a/console/src/index.html
+++ b/console/src/index.html
@@ -73,6 +73,9 @@
to build, explore, and share. We’ve started you off with a
home full of goodies to help you learn the ropes. Enjoy!