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