Changes & added Club
This commit is contained in:
22
public_html/club/upload/unauth.php
Executable file
22
public_html/club/upload/unauth.php
Executable file
@@ -0,0 +1,22 @@
|
||||
<?php ini_set("display_errors", "off");?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>La web del club</title>
|
||||
<link rel="stylesheet" href="/newcss-terminal.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<h1>La web del Club</h1>
|
||||
<a href="/club/">[ Inicio ]</a>
|
||||
<a href="/">[ Volver a tech.eus ]</a>
|
||||
</header>
|
||||
<h1>Subir fotos</h1>
|
||||
<h2>La contraseña es incorrecta.</h2>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user