From 98cc341495108686a53234a3870e2962ce0e55bf Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Fri, 18 Nov 2022 13:16:00 +0100 Subject: [PATCH] Feat: autoplay if possible --- content/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/_index.md b/content/_index.md index 3883120..dd2d961 100644 --- a/content/_index.md +++ b/content/_index.md @@ -16,4 +16,6 @@ Schau in ein paar Tagen nochmal vorbei ;) function playAudio() { audio.play(); } + + audio.play(); \ No newline at end of file