Files
v10/packages/sandbox/templates/html-background/index.html
T

14 lines
401 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sandbox — HTML Background</title>
<link rel="stylesheet" href="../../styles.css" />
</head>
<body>
<div id="root" style="width: 100vw; height: 100vh;"></div>
<script type="module" src="./main.ts"></script>
</body>
</html>