-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregistracion-finalizada.html
29 lines (26 loc) · 1.3 KB
/
registracion-finalizada.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
29
<!DOCTYPE html>
<!--[if IE 8]> <html lang="es" class="ie8"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="es" class="no-ie"> <!--<![endif]-->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>Vete al Diablo - Sistema interno</title>
<link rel="stylesheet" href="css/style.css">
<link href='http://fonts.googleapis.com/css?family=Roboto:500,400italic,100,300,700,300italic,400' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="http://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/selectivizr/1.0.2/selectivizr-min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script>
<![endif]-->
</head>
<body class="login">
<form class="registration-done-container">
<i class="icon_check_alt2"></i>
<h3 class="subtitle">Registro completado.</h3>
<p>Para continuar, debés esperar a que el administrador apruebe tu cuenta. Serás notificado por email. ¡Gracias!</p>
<a class="input-btn" href="index.html">Volver</a>
</form>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>