von admin | Mai 3, 2025 | 0 Kommentare
<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>