Files
file-one/src/index.html

14 lines
376 B
HTML
Raw Normal View History

2025-09-13 22:02:27 +01:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="./assets/logo.svg" />
<title>Bun + React</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="./dashboard/entry.tsx"></script>
</body>
</html>