iswision-web/pages/index.vue
2021-05-17 18:20:36 +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/Y6tM58-zZ5PyRvpeHuPb0"
frameborder="0"
scrolling="no"
allowfullscreen="true"
></iframe>
</div>
</div>
</template>
<script>
export default {
components: {}
}
</script>
<style scoped></style>