-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideo.php
26 lines (26 loc) · 820 Bytes
/
video.php
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
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<meta charset="UTF-8">
<title></title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<header class="v-header container">
<div class="fullscreen-video-wrap">
<video src="code2.mov" autoplay="true" loop="true"></video>
</div>
<div class="header-overlay"></div>
<div class="header-content">
<h1>Hello Everyone</h1>
<p>hello this is my first my video</p>
<a href="#" class="btn">Read More</a>
</div>
</header>
</body>
</html>