first commit
This commit is contained in:
commit
d975e212f9
35 changed files with 813 additions and 0 deletions
13
prestito/errore.php
Normal file
13
prestito/errore.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue