-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcreditos.php
More file actions
97 lines (96 loc) · 2.85 KB
/
creditos.php
File metadata and controls
97 lines (96 loc) · 2.85 KB
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
90
91
92
93
94
95
96
97
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
<style type="text/css">
<!--
.Estilo4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.Estilo5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
.Estilo6 {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.Estilo7 {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background:#D0FDCE; font-weight: bold}
-->
</style>
</head>
<body>
<table width="90%" border="0" align="center">
<tr height="90px">
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr height="200px">
<td> </td>
<td><div align="center"><img src="img/central.jpg" width="550" height="200" border="0" /></div></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><div align="center" class="Estilo7">Creadores</div></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><div align="center" class="Estilo6">Pedro Obregon Mejias</div></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><div align="center" class="Estilo7">Diseño</div></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><div align="center" class="Estilo6">Manuel Sauceda Garcia</div></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><div align="center" class="Estilo7">Libreria FPDF</div></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><div align="center" class="Estilo6">Oliver Plathey</div></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><div align="center" class="Estilo7">Libreria Barcode</div></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><div align="center" class="Estilo6">Harish Chauhan</div></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><table width="50%" border="0" align="center">
<tr>
<td><div align="center"><span class="Estilo5">Resolución óptima 1024 x 768 píxeles </span></div></td>
</tr>
</table></td>
<td> </td>
</tr>
<tr>
<td height="27"> </td>
<td><table width="50%" border="0" align="center">
<tr>
<td width="38%"><div align="right"><img src="img/firefox.gif" width="80" height="15" /></div></td>
<td width="62%"><span class="Estilo5">Aplicación optimizada para Firefox </span></td>
</tr>
</table></td>
<td> </td>
</tr>
</table>
</body>
</html>