KT-personal-website/template/default/bone.php

10 lines
182 B
PHP
Raw Normal View History

2024-10-22 12:26:08 +02:00
<!DOCTYPE html>
<html lang="fr">
<?php require 'head.php'; ?>
<body id="top">
2024-10-22 12:26:08 +02:00
<?php require 'nav.php'; ?>
<?= $content; ?>
<?php require 'footer.php'; ?>
</body>
</html>