-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (34 loc) · 1.16 KB
/
index.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
<HTML>
<HEAD>
<link rel="stylesheet" type="text/css" href="css/estiloEj1.css">
<link href="css/style.css" type="text/css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Gochi+Hand' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/animate.css" >
<script src="js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script src="js/modernizr-2.0.6.min.js" type="text/javascript"></script>
</HEAD>
<BODY>
<div id="c_general">
<div id="c_eyp"><div style="height:50%"><br><h1>Bienvenido</h1></div>
<div id="container" style="width: 600px; margin: 0px auto 0;">
<!-- begin navigation -->
<nav id="navigation">
<ul>
<li><a href="index.html">Inicio</a></li>
<li><a href="Ej1-1.html">Ventas</a></li>
<li><a href="#">Compras</a></li>
<li><a href="#">Sobre nosotros</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contacto</a></li>
</ul>
</nav>
<!-- end navigation -->
</div>
</div>
<div id="c_hola"><br><br><br><br>
<h1 class="animated tada1" style="text-size:250%;">Inmobiliaria Ametrano</h1>
</div>
<div id="c_eyp"><h1>Adios</h1>
<div></div>
</BODY>
</HTML>