Untitled
omar
html
4 years ago
506 B
9
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script defer> document.querySelector('video').play()</script>
</head>
<body>
<video controls autoplay width="600" height="400" preload="noun" >
<source src="./Attack on Titan .mp4" type="video/mp4" />
</body>
</html>Editor is loading...