11 lines
228 B
HTML
11 lines
228 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<script>
|
|
window.onload = function(){
|
|
let a = document.documentElement.animate([], {"iterationStart": 1.7976931348623157e+308, "fill": "both"});
|
|
};
|
|
</script>
|
|
</head>
|
|
</html>
|