Change folder name

This commit is contained in:
Nezumi
2023-06-21 10:20:55 +07:00
parent 3a78152a14
commit 9cbf932ea7
12 changed files with 0 additions and 0 deletions
+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>