-
Notifications
You must be signed in to change notification settings - Fork 0
/
vguit2.html
33 lines (33 loc) · 1008 Bytes
/
vguit2.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>000</title>
<style>
body {
text-align: center;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #f0f0f0;
}
video {
max-width: 100%;
height: auto;
}
</style>
</head>
<body>
<center>
<!-- <h3>html video autoplay</h3> -->
<video controls width="500" autoplay muted>
<source src="walk/guit.mp4" type="video/mp4">
<!-- <source src="birds.ogg" type="video/ogg"> -->
<p>Sorry, Your Browser Doesn't Support Embedded Videos. Here's the <a href="https://www.youtube.com/watch?v=yDzQDeaW6O8">Link to the video</a></p>
</video>
</body>
</html>