-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (31 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<metam charset="UTF-8">
<title>Eramon</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<!-- <a href="#" class="logo">Impresos JCV</a>-->
<!-- <div class="toggle"><img src="images/toggle.png"></div>-->
</header>
<div class="banner">
<video src="eramon.mp4" muted autoplay loop type="mp4"></video>
<div class="textBox">
<h2>Cerro Eramon</h2>
<p>Estamos Contruyendo algo Fantastico!</p>
<!-- <a href="#"></a>-->
</div>
<div class="videoBx">
<video src="eramon.mp4" muted autoplay loop type="mp4"></video>
</div>
<ul class="sci">
<li><a href="#"><img src="images/facebook.png"></a></li>
<li><a href="#"><img src="images/twitter.png"></a></li>
<li><a href="#"><img src="images/instagram.png"></a></li>
</ul>
</div>
</body>
</html>>