mirror of
https://github.com/Nezumi-2711/loi-phan-internship.git
synced 2026-09-22 20:01:33 +00:00
16 lines
431 B
HTML
16 lines
431 B
HTML
<!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> |