Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-12 22:24:10 +02:00
committed by GitHub
parent da7bdacbaa
commit 231e72f17a
14 changed files with 284 additions and 351 deletions

View File

@ -0,0 +1,33 @@
<!--
Práctica - Sistemas Web | Grupo D
CompluCine - FDI-cines
-->
<!DOCTYPE HTML>
<html lang="es">
<!-- Head -->
<?php
$template->print_head();
?>
<body>
<!-- Header -->
<?php
$template->print_header();
?>
<!-- Main -->
<?php
$template->print_main();
?>
<!-- Section -->
<?php
$template->print_section($section);
?>
<!-- Footer -->
<?php
$template->print_footer();
?>
</body>
</html>