EIE::lingua-ignis: Add website banner
This commit is contained in:
11
2/EIE/assignments/lingua-ignis/website/site/team.html.php
Normal file
11
2/EIE/assignments/lingua-ignis/website/site/team.html.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
$title = "Inicio";
|
||||
|
||||
include("templates/header.html.php");
|
||||
?>
|
||||
|
||||
<h1><?= $title ?></h1>
|
||||
|
||||
<?php
|
||||
include("templates/footer.html.php");
|
||||
?>
|
Reference in New Issue
Block a user