Add file playground

This commit is contained in:
Aria Minaei 2023-08-10 14:53:56 +02:00
parent 10b82772ed
commit fc849a5e7a
3 changed files with 63 additions and 4 deletions

View file

@ -0,0 +1,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Theatre.js Playground</title>
<script src="./index.tsx" type="module"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>