Delete assets directory

This commit is contained in:
Fernando Méndez
2021-05-26 09:00:59 +02:00
committed by GitHub
parent 2c1f8da1c7
commit 6955e99e7e
53 changed files with 0 additions and 6566 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>