blob: 0c61743326da49bcd2bce92e2a9ab5309e1b252d [file] [log] [blame]
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{{PROJECT_NAME}} - Development</title>
</head>
<body>
<div id="root" style="width:100%;height:100%;position:fixed;"></div>
<script type="module" src="/src/dev.tsx"></script>
</body>
</html>