1
0
mirror of synced 2026-03-29 04:38:45 +00:00
Files
subway/structure/main.php

10 lines
209 B
PHP

<?php include 'structure/header.php'; ?>
<?php include 'structure/navbar.php'; ?>
<main class="container mt-5">
<?php include $content; ?>
</main>
<?php include 'structure/footer.php'; ?>
</body>
</html>