-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ventas.html
77 lines (76 loc) · 3.42 KB
/
Ventas.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
<!DOCTYPE html>
<html>
<head>
<title>Llanta Ayala y Socios</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta description="Meta Informacion paramotores de Busquedas">
<meta name="description" content="Llanta de la mejor calidad Marcas Hancoct Micheline Good Year">
<meta name="viewport" content="width=divice-width,initial-scale=1">
<link rel="shorcut icon" type="image/x-icon" href="favicon.ico">
<link rel="author" type="text/plain" href="Humanos.txt">
<link rel="stylesheet" href="Estilos_CSS/Estilos.css">
<link rel="stylesheet" href="Estilos_CSS/Estilos_Pag_Inicio.css">
<link rel="stylesheet" href="Estilos_CSS/Fuentes.css">
</head>
<body>
<header id="Cabecera-Sitio">
<h1>
<a href="Index.html">
<figure id="Logo_Empresa">
<img src="Imagenes/Logo_Empresa.jpg">
</figure>
</a>
</h1>
</header>
<nav id="Nav_Sitio">
<ul>
<li><a href="Inicio.html">Inicio</a></li>
<li><a href="Ventas.html">Ventas</a></li>
<li><a href="Devoluciones.html">Devoluciones</a></li>
<li><a href="Anulaciones.html">Anulaciones</a></li>
<li><a href="Cotizaciones.html">Cotizaciones</a></li>
<li><a href="Reportes.html">Reportes</a></li>
<li><a href="Compras.html">Compras</a></li>
<li><a href="Registro.html">Registro</a></li>
<li><a href="Contable.html">Contable</a></li>
</ul>
</nav>
<section id="Contenedor">
<aside id="Contenido_Latera">
<ul>
<li><a href="#">Opcion#1</a></li>
<li><a href="#">Opcion#2</a></li>
<li><a href="#">Opcion#3</a></li>
<li><a href="#">Opcion#4</a></li>
<li><a href="#">Opcion#5</a></li>
<li><a href="#">Opcion#6</a></li>
<li><a href="#">Opcion#7</a></li>
<li><a href="#">Opcion#8</a></li>
<li><a href="#">Opcion#9</a></li>
<li><a href="#">Opcion#10</a></li>
<li><a href="#">Opcion#11</a></li>
<li><a href="#">Opcion#12</a></li>
<li><a href="#">Opcion#13</a></li>
<li><a href="#">Opcion#14</a></li>
<li><a href="#">Opcion#15</a></li>
<li><a href="#">Opcion#16</a></li>
</ul>
</aside>
<section id="Contenido_Principal">
<img src="Imagenes/Imagen1.jpg">
</section>
</section>
<footer id="Pie_De_Pag">
<address>
Producto fabricado en España, Barcelona por Empresas Catalanas SA de SV<br>
Direccion de Empresas Catalanas SA de SV<br>
Importado y Distribuido En El Salvador<br>
y Centro America por Llanta Ayala y Socios<br>
Direcion: Colonia San Benito entre 43 call. poniente y 9 Ave Sur<br>
<span>Te Damos Segurida En Tu Camino</span><br>
Pagina Web: <a href="Index.html">LLanta Ayala y Socios</a>
</address>
</footer>
</body>
</html>