mirror of
https://github.com/Nezumi-2711/loi-phan-internship.git
synced 2026-09-22 20:01:33 +00:00
Merge pull request #11 from phuocduong-agilityio/training/chapter-9
Init sample code training chapter 9
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 229 KiB |
Binary file not shown.
Binary file not shown.
@@ -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>
|
||||
Reference in New Issue
Block a user