Files
excalidraw-box/src/index.html

15 lines
365 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- to resolve the hs and css from root -->
<base href="/" />
<title>excali-box</title>
<script type="module" src="./client.tsx"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>