4 lines
128 B
PHP
4 lines
128 B
PHP
<?php include 'includes/header.php'; ?>
|
|
<h1>About Me</h1>
|
|
<p>This is the About page.</p>
|
|
<?php include 'includes/footer.php'; ?>
|