theatre/packages/playground/src/index.html

20 lines
301 B
HTML
Raw Normal View History

2021-06-18 13:05:06 +02:00
<html>
<head>
<meta charset="UTF-8" />
<title>Playground Theatre.js</title>
<style>
body {
margin: 0;
padding: 0;
height: 100%;
}
</style>
</head>
<body>
<div id="root"></div>
<script src="./index.js"></script>
</body>
</html>