diff --git a/html/26.php b/html/26.php
index 8a0c8bf7f2581ce11c7479c5d764536ec567b431..514011041b9d2f486adfc57bb64982f5d8212386 100644
--- a/html/26.php
+++ b/html/26.php
@@ -1,7 +1,7 @@
 ---
 layout: default
 saison: 26
-saison_now: 29
+saison_now: 30
 date: '2021-10-11'
 ligaspieltag: 17
 step: 1
diff --git a/html/27.php b/html/27.php
index c40a6880a4880f155375878cc1090a4734171ec2..c49813bd7108aae00a825fd8479476f100d25cd9 100644
--- a/html/27.php
+++ b/html/27.php
@@ -1,7 +1,7 @@
 ---
 layout: default
 saison: 27
-saison_now: 29
+saison_now: 30
 date: '2021-11-16'
 ligaspieltag: 18
 step: 1
diff --git a/html/28.php b/html/28.php
index dcbb89ff037b07bcff862627cd384dda946a8fc4..8226fc7b0daeb0f5006f3668b17b5785541ba121 100644
--- a/html/28.php
+++ b/html/28.php
@@ -1,7 +1,7 @@
 ---
 layout: default
 saison: 28
-saison_now: 29
+saison_now: 30
 date: '2021-12-11'
 ligaspieltag: 8
 step: 1
diff --git a/html/29.php b/html/29.php
index 11cf931290a73801e517c3390b1bf9d2fa794e23..bc2d4ef94bb4acb5d2801cb27dc91e64499a3a47 100644
--- a/html/29.php
+++ b/html/29.php
@@ -1,7 +1,7 @@
 ---
 layout: default
 saison: 29
-saison_now: 29
+saison_now: 30
 date: '2022-01-15'
 ligaspieltag: 8
 step: 1
diff --git a/html/30.php b/html/30.php
new file mode 100644
index 0000000000000000000000000000000000000000..3d460980b8cd745e97338b3adea76ff1059734e5
--- /dev/null
+++ b/html/30.php
@@ -0,0 +1,32 @@
+---
+layout: default
+saison: 30
+saison_now: 30
+date: '2022-02-19'
+ligaspieltag: 8
+step: 1
+finals_step: 2
+startliste:
+  -
+    - is
+    - hr
+    - es
+    - bw
+    - fr
+    - hu
+    - pl
+    - co
+    - cm
+    - se
+
+startliste_partien_pause:
+  - 2
+  - 2
+  - 2
+  - 2
+  - 2
+  - 2
+  - 4
+  - 2
+  - 3
+---
diff --git a/html/_layouts/default.php b/html/_layouts/default.php
index 5bea8fb7d28adf3727db5f4a030d960c674bc5d1..686515258a8dcc0c9636f1f3ca1b9698e6788302 100644
--- a/html/_layouts/default.php
+++ b/html/_layouts/default.php
@@ -149,6 +149,13 @@ if( !empty($csv) ){
   </form>
 
   <div class="div_right">
+    <div id="saisons">
+      <a href="./26.php"><button class="{% if page.saison == 26 %}active{% endif %}"><b>1</b><sup>26</sup></button></a>
+      <a href="./27.php"><button class="{% if page.saison == 27 %}active{% endif %}"><b>2</b><sup>27</sup></button></a>
+      <a href="./28.php"><button class="{% if page.saison == 28 %}active{% endif %}"><b>3</b><sup>28</sup></button></a>
+      <a href="./29.php"><button class="{% if page.saison == 29 %}active{% endif %}"><b>4</b><sup>29</sup></button></a>
+      <a href="./30.php"><button class="{% if page.saison == 30 %}active{% endif %}"><b>5</b><sup>30</sup></button></a>
+    </div>
     <h2 class="tabelle">Tabelle <button>Ewige</button><button>Zweikampf</button><button>Assists</button><button>Tore</button><button class="active">Punktestand</button></h2>
 
     <table id="tabelle_punktestand" class="tabelle">
diff --git a/html/assets/css/custom.scss b/html/assets/css/custom.scss
index 64c5eefde3f2cdead2e092cd66d7a1a0496e030b..3a422ebae966763cf08c7f4b317f783cf61875bb 100644
--- a/html/assets/css/custom.scss
+++ b/html/assets/css/custom.scss
@@ -254,3 +254,17 @@ td.n { color: firebrick; }
 .fa-smile-wink { color: #aa3; }
 .fa-star { color: #369; }
 .fa-meh-rolling-eyes { color: #a42; }
+
+#saisons {
+  padding-left: 5px;
+  margin-bottom: -22px;
+  button {
+    cursor: pointer;
+    border-radius: 0px;
+    border: 1px solid dimgray;
+    &.active {
+      background: white;
+      border-color: black;
+    }
+  }
+}
diff --git a/html/index.php b/html/index.php
index b76047aff5786eecad16009586df0c31f77f00f5..6327d7e8204e0717d64c935a4c3f8800b6de8fac 100644
--- a/html/index.php
+++ b/html/index.php
@@ -1,5 +1,5 @@
 ---
 ---
 <html>
-<meta http-equiv="refresh" content="0;URL=./29.php">
+<meta http-equiv="refresh" content="0;URL=./30.php">
 </html>