diff --git a/frontend/sandbox_api/strona-glowna.html b/frontend/sandbox_api/strona-glowna.html
new file mode 100644
index 0000000..ce23135
--- /dev/null
+++ b/frontend/sandbox_api/strona-glowna.html
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/sandbox_api/styles.css b/frontend/sandbox_api/styles.css
new file mode 100644
index 0000000..bf7f35d
--- /dev/null
+++ b/frontend/sandbox_api/styles.css
@@ -0,0 +1,17 @@
+body {
+ margin: 0;
+}
+
+.nav {
+ height: 50px;
+}
+
+.tournament-name {
+ height: 150px;
+ background-color: #0B4D39;
+}
+
+.tournament-info {
+ height: auto;
+ background-color: lightblue;
+}
\ No newline at end of file