BangSo/apps/web/e2e/fixtures/avatar-motion.html

13 lines
323 B
HTML
Raw Permalink Normal View History

2026-09-01 16:51:19 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Avatar motion test</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/e2e/fixtures/avatar-motion.tsx"></script>
</body>
</html>