Terminado el HTML y CSS de las paginas de ERROR y de SUCCESS. Añadida la pagina de Notion al proyecto

This commit is contained in:
2021-05-21 19:13:19 -03:00
parent 9b8a533548
commit 9e76b31c6f
10 changed files with 788 additions and 18 deletions

View File

@@ -1,5 +1,8 @@
<?php
error_reporting(0);
function error($string) {
return '<h2 class=`invalid`>'. $string . '</h2>';
}