Files
file-one/src/index.html

13 lines
296 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" />
<title>Bun + React</title>
</head>
<body>
<div id="root"></div>
2025-09-14 21:46:38 +00:00
<script type="module" src="./entry.tsx"></script>
2025-09-13 22:02:27 +01:00
</body>
</html>