feat(pages): add (WIP!!!) forum page

it uses an iframe, how epic
This commit is contained in:
parent 8082446071
commit 5a3516e05b
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

5
pages/forum.vue Normal file

@ -0,0 +1,5 @@
<template>
<div style="width: 100%;">
<iframe style="width: 100%; height: max-content;" src="https://www.rockfic.com/forum/"/>
</div>
</template>