Merge pull request #11 from phuocduong-agilityio/training/chapter-9

Init sample code training chapter 9
This commit is contained in:
Loi Phan
2023-06-20 10:21:11 +07:00
committed by GitHub
4 changed files with 16 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 229 KiB

Binary file not shown.
Binary file not shown.
+16
View File
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flash, Video and Audio</title>
</head>
<body>
<video poster="assets/images/youtube-logo2.jpg" width="400" height="320" controls="controls">
<source src="assets/videos/video2.mp4" />
<source src="assets/videos/video2.webm"/>
</video>
</body>
</html>