-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpendiente.html
28 lines (23 loc) · 986 Bytes
/
pendiente.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="build/img/AURUM_color.svg" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css"
integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
<link rel="stylesheet" href="build/css/app.css">
<title>AURUM: Pendiente</title>
</head>
<body>
<main class="p">
<a href="./index.html">
<img src="./build/img/AURUM.svg" alt="Logo">
</a>
<h1>Solicitud enviada</h1>
<p>Tu solicitud para unirte ha sido enviada correctamente. Ahora te encuentras pendiente de aprobación, vuelve próximamente.</p>
<a class="back" href="./index.html">Volver al inicio</a>
</main>
</body>
</html>