Willkommen bei HSV Hockenheim. Dies ist der erste Beitrag. Du kannst ihn bearbeiten oder löschen. Und jetzt nichts wie ran ans Veröffentlichen!
<script>
let easySpeechEl = document.createElement("easy-speech")
easySpeechEl.setAttribute("display", "flex");
easySpeechEl.setAttribute("position", "fixed");
easySpeechEl.setAttribute("top", "15%");
easySpeechEl.setAttribute("right","5px");
document.body.appendChild(easySpeechEl);
</script>
