-
Notifications
You must be signed in to change notification settings - Fork 0
/
video1.html
33 lines (31 loc) · 1.32 KB
/
video1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>For video</title>
<link rel="stylesheet" href="vtstyle.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,400,0,0" />
</head>
<body>
<nav>
<div class="logo">QR WEDS</div>
<ul>
<li><a href="C:\Users\imran\OneDrive\Desktop\collage project\main file\PROGRAM\list.html" target="main">Home</a></li>
<li><a href="C:\Users\imran\OneDrive\Desktop\collage project\main file\about us\about.html" target="main">Video</a></li>
<li><a href="C:\Users\imran\OneDrive\Desktop\collage project\main file\nutrition\nutrition list.html" target="main">Qr Design</a></li>
<li><a href="C:\Users\imran\OneDrive\Desktop\collage project\main file\tools\tool.html" target="main">Videography</a></li>
<li><a href="C:\Users\imran\OneDrive\Desktop\collage project\main file\about us\about.html" target="main">Contact us</a></li>
</ul>
</nav>
<div class="container">
<video src="/video/forvideo/1st video.mp4" controls autoplay></video>
</div>
<div class="buttons">
<a href="customise form.html">
<button class="Customise Video">Customise Video</button>
</a>
</div>
</div>
</body>
</html>