2022-06-30 14:10:49 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2022-08-11 07:41:50 +00:00
|
|
|
<link rel="shortcut icon" href="/favicon.ico" />
|
2022-06-30 14:10:49 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2022-08-09 23:18:59 +00:00
|
|
|
<title>tldraw - core example</title>
|
2022-06-30 14:10:49 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|