Add file playground
This commit is contained in:
parent
10b82772ed
commit
fc849a5e7a
3 changed files with 63 additions and 4 deletions
11
packages/playground/src/shared/file/index.html
Normal file
11
packages/playground/src/shared/file/index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue