next/pages/forum.vue

9 lines
164 B
Vue
Raw Normal View History

<template>
<div style="width: 100%; height: 90vh">
<iframe
style="width: 100%; height: 100%"
src="https://www.rockfic.com/forum/"
/>
</div>
</template>