-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (23 loc) · 1013 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Video BG</title>
<link rel="stylesheet" href="css/main.css">
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
</head>
<body>
<header class="header content">
<div class="header-video">
<video src="video/video.mp4" autoplay muted loop></video>
</div>
<div class="header-overlay"></div>
<div class="header-content">
<h1>Example title</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quos voluptas nesciunt nostrum repellat vitae, unde dolorem minus, nobis saepe dolor odit sed deleniti voluptatibus exercitationem eum eligendi accusantium fuga. Suscipit.</p>
<a href="http://google.com" target="_blank" class="btn">Visita Google</a>
</div>
</header>
</body>
</html>