iswision-web/pages/cultural-events.vue
2021-05-17 18:20:36 +02:00

22 lines
381 B
Vue

<template>
<div>
<h2>ISWIsion | Cultural Events</h2>
<div class="streamWrapper">
<iframe
src="https://cdn.fem-net.de/i/WemIjOfbvt8-ECD7i7Qt0"
frameborder="0"
scrolling="no"
allowfullscreen="true"
></iframe>
</div>
</div>
</template>
<script>
export default {
name: 'CulturalEvents'
}
</script>
<style scoped></style>