next/pages/forum.vue

6 lines
156 B
Vue
Raw Normal View History

<template>
<div style="width: 100%; height: 90vh">
2023-12-29 20:53:29 -05:00
<iframe style="width: 100%; height: 100%" src="https://www.rockfic.com/forum/" />
</div>
</template>