13 lines
No EOL
225 B
PHP
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>
|