Files
cs2440/catalog/index.php
T
2025-03-31 12:45:58 -06:00

10 lines
144 B
PHP
Executable File

<?php
echo '<!doctype html>';
echo '<html lang="en">';
include('head.php');
echo '<body>';
include('nav.php');
echo '</body>';
echo '</html>';