-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvideo.html
More file actions
62 lines (53 loc) · 1.24 KB
/
video.html
File metadata and controls
62 lines (53 loc) · 1.24 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<style>
body{
background-color: burlywood;
}
</style>
</head>
<body>
<h1><marquee>deeKings videos</marquee></h1>
<video width="400" controls>
<source src="pmb.mp4" type="video/mp4">
<source src="pmb.ogg" type="video/ogg">
Your browser does not support HTML video.
</video>
<p>
kyler's prayer
</p>
<video width="400" controls>
<source src="DNT.mp4" type="video/mp4">
<source src="DNT.ogg" type="video/ogg">
Your browser does not support HTML video.
</video>
<p>
Lion Sleeps
</p>
<video width="400" controls>
<source src="paw.mp4" type="video/mp4">
<source src="paw.ogg" type="video/ogg">
Your browser does not support HTML video.
</video>
<p>
mood
</p>
<video width="300" controls>
<source src="ddd.mp4" type="video/mp4">
<source src="ddd.ogg" type="video/ogg">
Your browser does not support HTML video.
</video>
<p>
mood
</p>
<video width="300" controls>
<source src="flit.mp4" type="video/mp4">
<source src="flit.ogg" type="video/ogg">
Your browser does not support HTML video.
</video>
<p>
craziest flit
</p>
</body>
</html>