theatre/packages/playground/devEnv/index.html

27 lines
501 B
HTML
Raw Normal View History

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%;
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>
</body>
</html>