Files
yafff/index.html
Morten Olsen 0ab9a27493 init
2025-09-21 08:52:42 +02:00

15 lines
380 B
HTML

<!-- u8-override:false -->
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/index.css" />
<title>Vite + React + TS</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/demo/main.tsx"></script>
</body>
</html>