13 lines
253 B
HTML
13 lines
253 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<video id=a src="1787281.mp4" autoplay="true" controls></video>
|
|
<script>
|
|
a.onended = function() {
|
|
document.documentElement.className = "";
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|