12 lines
280 B
HTML
12 lines
280 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<video id=a src="1903669.mp4" controls autoplay></audio>
|
|
<script>
|
|
a.onloadedmetadata = function() {
|
|
a.play();
|
|
}
|
|
a.onerror = a.onended = function() {
|
|
document.documentElement.removeAttribute("class");
|
|
}
|
|
</script>
|
|
</html>
|