php-school/prestito/errore.php
2024-10-31 10:47:12 +01:00

13 lines
No EOL
225 B
PHP

<!DOCTYPE HTML>
<html>
<head>
<title>Prestito</title>
<?php require "includes/head.php" ?>
</head>
<body class="bg-danger">
<h2> Errore dati insufficienti </h2>
<?php require "includes/footer.php" ?>
</body>
</html>