59 lines
2.2 KiB
PHP
59 lines
2.2 KiB
PHP
<php lang="en">
|
|
<head>
|
|
<!-- Required meta tags -->
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
<title>La Pieza.DO | Registro</title>
|
|
|
|
<!-- Bootstrap CSS -->
|
|
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
|
|
|
|
<!-- External Css -->
|
|
<link rel="stylesheet" href="assets/css/line-awesome.min.css">
|
|
<link rel="stylesheet" href="assets/css/owl.carousel.min.css" />
|
|
<link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/font-awesome-line-awesome/css/all.min.css">
|
|
<link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
|
|
<!-- Custom Css -->
|
|
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
|
|
<link rel="stylesheet" type="text/css" href="assets/css/theme-1.css">
|
|
|
|
<!-- Fonts -->
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
|
|
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon" href="assets/images/favicon.png">
|
|
<link rel="apple-touch-icon" href="assets/images/apple-touch-icon.png">
|
|
<link rel="apple-touch-icon" sizes="72x72" href="assets/images/icon-72x72.png">
|
|
<link rel="apple-touch-icon" sizes="114x114" href="assets/images/icon-114x114.png">
|
|
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div class="ugf-wrapper final-bg">
|
|
<div class="final-content">
|
|
<div class="icon">
|
|
<img src="assets/images/big-green-check.png" alt="">
|
|
</div>
|
|
<h2>Tu Registro fue Completado!</h2>
|
|
<p>Bienvenido a La Pieza.DO, en breve nuestro departamento de servicios te enviara un email con todos los detalles de tu cuenta y la confirmación de tu registro.</p>
|
|
<a href="https://devs.lapieza.net" class="btn">Ir al Panel de [Vendedor o Negocio]</a>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- Optional JavaScript -->
|
|
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
|
<script src="assets/js/jquery.min.js"></script>
|
|
<script src="assets/js/popper.min.js"></script>
|
|
<script src="assets/js/bootstrap.min.js"></script>
|
|
|
|
<script src="assets/js/owl.carousel.min.js"></script>
|
|
|
|
<script src="assets/js/custom.js"></script>
|
|
</body>
|
|
</php> |