iswision-web/pages/index.vue
garionion 69a66f0731
All checks were successful
continuous-integration/drone/push Build is passing
set asset ids
2021-05-26 17:44:48 +02:00

22 lines
376 B
Vue

<template>
<div>
<h2>ISWIsion | the daily Liveshow</h2>
<div class="streamWrapper">
<iframe
src="https://cdn.fem-net.de/i/oT0JT7d711sUMLUJwNu20"
frameborder="0"
scrolling="no"
allowfullscreen="true"
></iframe>
</div>
</div>
</template>
<script>
export default {
components: {}
}
</script>
<style scoped></style>