Delete assets directory

This commit is contained in:
Fernando Méndez
2021-07-02 17:53:29 +02:00
committed by GitHub
parent 49ba6554f9
commit d9ca15a065
51 changed files with 0 additions and 7863 deletions

View File

@ -1,39 +0,0 @@
<!--
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
if(!isset($content)) $content = "";
$template->print_main($content);
?>
<!-- Section -->
<?php
$template->print_section($section);
?>
<!-- Footer -->
<?php
$template->print_footer();
?>
<!-- Scripts -->
<?php
$template->print_scripts();
?>
</body>
</html>