2022-04-18 18:19:39 +02:00
|
|
|
|
<!DOCTYPE html>
|
2021-06-18 13:05:06 +02:00
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
2022-04-18 18:19:39 +02:00
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2021-06-18 13:05:06 +02:00
|
|
|
|
<title>Playground – Theatre.js</title>
|
|
|
|
|
<style>
|
|
|
|
|
body {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
height: 100%;
|
2021-10-02 13:46:52 +02:00
|
|
|
|
background: black;
|
2022-02-28 13:15:27 +01:00
|
|
|
|
color: white;
|
|
|
|
|
font-family: sans-serif;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: inherit;
|
2021-06-18 13:05:06 +02:00
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
|
2022-06-13 14:47:07 +02:00
|
|
|
|
<script src="%ENTRYPOINT%"></script>
|
2021-06-18 13:05:06 +02:00
|
|
|
|
</body>
|
|
|
|
|
</html>
|