-
Notifications
You must be signed in to change notification settings - Fork 0
/
errorPage.html
89 lines (77 loc) · 4.1 KB
/
errorPage.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html>
<head>
<base target="_top">
<base target="_top">
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Compiled and minified CSS CDN from materializecss.com START -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<!-- Compiled and minified CSS from materializecss.com END -->
<!-- This is to include your css code drom other pages so it is more organized / you have to create a function START-->
<?!= include("usf-css"); ?>
<!-- This is to include your css code drom other pages so it is more organized / you have to create a function END -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.js"></script>
</head>
<body>
<div class="navbar">
<div class="card-panel red darken-4" style="color: white; font-size:20pt;">Solicitud legalizaci�n gastos de viaje</div>
</div>
<div class="content"> <!-- HEADER PIC! -->
<img src="#" alt="screenSaver" height="180" />
</div>
<div class="content">
<div class="row">
<div class="col s12 m28">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<span class="card-title">Algo anda mal...</span>
<p>En estos momentos no podemos procesar el registro, por favor da click en "FORMULARIO" para realizar tu solicitud en una ventana temporal.</p>
</div>
<div class="card-action">
<a style="margin-left: 320px;" href="#">FORMULARIO</a>
</div>
</div>
</div>
</div>
</div>
<!-- pic -->
<div class="content" style="margin-top: 20px; margin-bottom: 20px;">
<img class="content" style="margin-left: 50px;" src="#" alt="Image" height="60"/>
<!-- pic -->
<img class="content" style="margin-left: 200px;" src="#" alt="Image2" height="60"/>
</div>
<footer class="page-footer red darken-3"> <!-- OPEN FOOTER -->
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Some Footer Content</h5>
<p class="grey-text text-lighten-4">Rows and columns here to organize footer content.</p>
</div>
<div class="col l4 offset-l2 s12">
<h5 class="white-text">Links</h5>
<ul>
<li><a class="grey-text text-lighten-3" href="#">(GF) Solicitud legalizaci�n de viajes</a></li>
<li><a class="grey-text text-lighten-3" href="#">Informe de progreso</a></li>
<li><a class="grey-text text-lighten-3" href="#">Business</a></li>
<li><a class="grey-text text-lighten-3" href="#">Youtube</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright red darken-4">
<div class="container">
� Marlon londono 2019
<a class="grey-text text-lighten-4 right" href="#!">More Links</a>
</div>
</div>
</footer> <!-- CLOSE FOOTER -->
<!-- iframe width="1080" height="720" src="#" frameborder="0" style="border: 0; margin-left: 200px;" allowfullscreen></iframe -->
<!-- Compiled and minified CDM JavaScript START -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<!-- Compiled and minified JavaScript END -->
<?!= include("usf-js"); ?> <!-- javascript page reference -->
</body>
</html>