diff --git a/.tmp/auth_info.json b/.tmp/auth_info.json
new file mode 100644
index 0000000..91d91d3
--- /dev/null
+++ b/.tmp/auth_info.json
@@ -0,0 +1 @@
+{"accessToken":"BWn1vAUwCJw-q-E6Nh9H3xNherrl4e3BUIQ3t1Xv-uRh3K3z","port":60658}
\ No newline at end of file
diff --git a/resources/index.html b/resources/index.html
index d65c1d5..260ead9 100644
--- a/resources/index.html
+++ b/resources/index.html
@@ -6,10 +6,16 @@
-
+
-
+
+
+
+
+
+
+
diff --git a/resources/js/index.js b/resources/js/index.js
new file mode 100644
index 0000000..e69de29
diff --git a/resources/style/index.css b/resources/style/index.css
index e4784d6..0d1ca67 100644
--- a/resources/style/index.css
+++ b/resources/style/index.css
@@ -1,9 +1,13 @@
body {
overflow: none;
- height: 100vh;
+ height: 85vh;
}
-button {
+.playBtn:hover, .smolBtn:hover {
+ cursor: pointer;
+}
+
+.playBtn {
padding: 0 30px;
border-radius: 5px;
border: none;
@@ -14,6 +18,24 @@ button {
font-size: 20px;
}
+.smolBtn {
+ padding: 0 20px;
+ border-radius: 5px;
+ border: none;
+ background: linear-gradient(#ffd326, #ffc61e);
+ color: #704a1d;
+ font-weight: bold;
+ height: 40px;
+ font-size: 14px;
+}
+
+#bottomBar {
+ display: flex;
+ justify-content: center;
+ width: 100%;
+ padding: 20px 0px;
+}
+
#halvesContainer {
width: 100%;
height: 100%;