-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (21 loc) · 992 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style/style.css">
<title>Video background set</title>
</head>
<body>
<div class="main-parents">
<video autoplay loop muted>
<source src="./video/1 minute relaxing video with nature - A minute with nature_Flowing River.mp4" type="video/mp4">
</video>
<div class="video-thamnail">
<h1>Natural Beauty</h1>
<p>The sun, the moon, old and young trees, beautiful daffodil flowers and green surroundings <br> are some of such beautiful things. Small streams with clear water, thick mass of ferns, thickets of forest and musk-rose are some other things of beauty. <br> All such things of beauty are a constant source of joy and happiness to man.</p>
</div>
</div>
</body>
</html>