Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
|
@@ -72,7 +72,7 @@
|
|
| 72 |
<a href="#home">Home</a>
|
| 73 |
<a href="#features">Features</a>
|
| 74 |
<a href="#leaderboard">Leaderboard</a>
|
| 75 |
-
|
| 76 |
<a href="#kontakt">Kontakt</a>
|
| 77 |
</nav>
|
| 78 |
</header>
|
|
@@ -90,7 +90,7 @@
|
|
| 90 |
<li>Sauberes Grund-Layout (Header, Navigation, Footer)</li>
|
| 91 |
<li>Responsives Design & Dark/Light via <code>prefers-color-scheme</code></li>
|
| 92 |
<li>Beispiel-Leaderboard (ohne Backend)</li>
|
| 93 |
-
|
| 94 |
<li>Ohne Build-Schritt – einfach hochladen</li>
|
| 95 |
</ul>
|
| 96 |
</section>
|
|
@@ -119,14 +119,14 @@
|
|
| 119 |
}</script>
|
| 120 |
</section>
|
| 121 |
|
| 122 |
-
|
| 123 |
<h2>Podcast</h2>
|
| 124 |
<p class="muted">Datei einfügen: <code>assets/podcast.mp3</code> oder diesen Block löschen.</p>
|
| 125 |
<audio controls preload="none">
|
| 126 |
<source src="assets/podcast.mp3" type="audio/mpeg" />
|
| 127 |
Dein Browser unterstützt das Audio-Element nicht.
|
| 128 |
</audio>
|
| 129 |
-
</section>
|
| 130 |
|
| 131 |
<section id="kontakt" class="section">
|
| 132 |
<h2>Kontakt</h2>
|
|
|
|
| 72 |
<a href="#home">Home</a>
|
| 73 |
<a href="#features">Features</a>
|
| 74 |
<a href="#leaderboard">Leaderboard</a>
|
| 75 |
+
<!-- <a href="#podcast">Podcast</a>-->
|
| 76 |
<a href="#kontakt">Kontakt</a>
|
| 77 |
</nav>
|
| 78 |
</header>
|
|
|
|
| 90 |
<li>Sauberes Grund-Layout (Header, Navigation, Footer)</li>
|
| 91 |
<li>Responsives Design & Dark/Light via <code>prefers-color-scheme</code></li>
|
| 92 |
<li>Beispiel-Leaderboard (ohne Backend)</li>
|
| 93 |
+
<!-- <li>Podcast-Einbettung (HTML5-Audio)</li> <a -->
|
| 94 |
<li>Ohne Build-Schritt – einfach hochladen</li>
|
| 95 |
</ul>
|
| 96 |
</section>
|
|
|
|
| 119 |
}</script>
|
| 120 |
</section>
|
| 121 |
|
| 122 |
+
<!-- <section id="podcast" class="section">
|
| 123 |
<h2>Podcast</h2>
|
| 124 |
<p class="muted">Datei einfügen: <code>assets/podcast.mp3</code> oder diesen Block löschen.</p>
|
| 125 |
<audio controls preload="none">
|
| 126 |
<source src="assets/podcast.mp3" type="audio/mpeg" />
|
| 127 |
Dein Browser unterstützt das Audio-Element nicht.
|
| 128 |
</audio>
|
| 129 |
+
</section> -->
|
| 130 |
|
| 131 |
<section id="kontakt" class="section">
|
| 132 |
<h2>Kontakt</h2>
|