blob: d67ddc3c5205ab2b9487f6fed10fc1a60a2d52e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
window.onload = function(){
let a = document.documentElement.animate([], {"iterations": 1.7976931348623157e+308, "fill": "both"});
};
</script>
</head>
</html>
|