2024-11-20 11:28:38 +08:00

12 lines
336 B
JavaScript

export default function Weekly() {
return (
<div style={ { width: '100%', height: '100vh' } }>
<iframe
src="https://rrorangeandfriends.site"
style={ { width: '100%', height: '100%', border: 'none' } }
title="External Website"
/>
</div>
)
}