Files
bob/packages/playground/index.html
2023-09-26 21:30:26 +02:00

14 lines
399 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="/src/index.css" rel="stylesheet" />
<title>Vite + React + TS</title>
</head>
<body class="dark text-foreground bg-background">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>