-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbienvenido.php
41 lines (38 loc) · 1.26 KB
/
bienvenido.php
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
30
31
32
33
34
35
36
37
38
39
40
41
<?php
include_once ("header.php");
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>¡Bienvenido a Service Advisor!</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<h3 class="categorias"style="text-align:center"><strong>¡Bienvenido(a)!</strong></h3>
</div>
<div class="col-sm-3"></div>
</div>
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<h6 style="color: #FF7557; text-align:center"><img src="images/logoadvisor02.png" class="img-responsive logoregister" alt="logotipo" ></h6>
</div>
<div class="col-sm-3"></div>
</div>
</div
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<h3 class="categorias"style="text-align:center"><strong>Te has registrado Satisfactoriamente</strong></h3>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<h3 class="categorias" style="text-align:center"><strong>Si desea iniciar sesion haz click <a href="ingresar.php">aqui</a></strong></h3>
</div>
<div class="col-sm-3" style="width:auto; height:200px"></div>
</div>
</body>
</html>
<?php include ("footer.php"); ?>