Prueba dos

This commit is contained in:
2025-07-16 16:09:36 +02:00
parent 7999a7c368
commit 8afba75317

View File

@ -1,16 +1,20 @@
<!DOCTYPE html> <?php
<!--
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license /*
Click nbfs://nbhost/SystemFileSystem/Templates/Project/PHP/PHPProject.php to edit this template *
--> # Copyright (C) 2025 Víctor Manuel Rodríguez Novo
<html> #
<head> # This program is free software: you can redistribute it and/or modify
<meta charset="UTF-8"> # it under the terms of the GNU General Public License as published by
<title></title> # the Free Software Foundation, either version 3 of the License, or
</head> # (at your option) any later version.
<body> #
<?php # This program is distributed in the hope that it will be useful,
// put your code here # but WITHOUT ANY WARRANTY; without even the implied warranty of
?> # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
</body> # GNU General Public License for more details.
</html> #
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
*/