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

8 lines
183 B
PHP

<?php require_once 'header.php'; ?>
<div class="container">
<h1>Bank</h1>
<p>This is the bank. You can manage your money here.</p>
</div>
<?php require_once 'footer.php'; ?>