35595-vm/work.php
Flatlogic Bot f0cd8ecf93 1.0.2
2025-11-09 14:13:13 +00:00

8 lines
198 B
PHP

<?php require_once 'header.php'; ?>
<div class="container">
<h1>Work System</h1>
<p>This is the work system. You can work here to earn money.</p>
</div>
<?php require_once 'footer.php'; ?>