2022-05-27 21:59:51 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>Theatre.js Example - DOM</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
2023-07-30 15:41:09 +02:00
|
|
|
<script src="./src/index.tsx"></script>
|
2022-05-27 21:59:51 +02:00
|
|
|
</body>
|
|
|
|
</html>
|