8 lines
198 B
PHP
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'; ?>
|