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