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