12 lines
162 B
HTML
12 lines
162 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<title>WebWorker Animation Tests</title>
|
||
|
<style>
|
||
|
</style>
|
||
|
<body>
|
||
|
<animation-app>
|
||
|
Loading...
|
||
|
</animation-app>
|
||
|
</body>
|
||
|
</html>
|