From c34d2208e764681654731a44ff891baad6177dc7 Mon Sep 17 00:00:00 2001 From: Janto Skowronek <janto.skowronek@hft-stuttgart.de> Date: Tue, 3 Nov 2020 09:18:08 +0000 Subject: [PATCH] Update index.html --- public/index.html | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/public/index.html b/public/index.html index cc4a680..4b79719 100644 --- a/public/index.html +++ b/public/index.html @@ -17,24 +17,19 @@ <!-- ÄNDERUNGEN NUR NACH DIESER ZEILE --> <!-- TODO Blindtext anpassen: --> - - + <p> - - Title: HFT M4_LAB Podcast Intro - Author: Janto Skowronek - Lizenz: Creative Commons BY-NC 4.0 + Title: HFT M4_LAB Podcast Intro <br> + Author: Janto Skowronek <br> + Lizenz: Creative Commons BY-NC 4.0 <br> </p> - <audio id="audio_with_controls" - controls - src="hft_jingle.mp3" - type="audio/mp3" > + <audio id="audio_with_controls" controls src="hft_jingle_01.mp3" type="audio/mp3"> Ihr Browser kann dieses Tondokument nicht wiedergeben.<br> Es enthält einen Jingle, den wir für das M4-LAB-Projekt erstellt haben. Sie können es unter - <a href="hft_jingle.mp3">diesem Link</a> + <a href="hft_jingle_01.mp3">diesem Link</a> abrufen. -</audio> + </audio> </div> -- GitLab