Files
HalbearNetDesktopSite/ForumApps/ForumApp.html

4 lines
248 B
HTML

<div style="width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-content: center; align-items: center;">
<iframe src="ForumWindow.php" style="width: 100%; height: 100%; border:none;"></iframe>
</div>