2024-06-22 23:41:44 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2024-06-23 20:41:02 +02:00
|
|
|
<link rel="icon" type="image/svg+xml" href="https://dp.nea.moe/avatar/712639419785412668.png" />
|
2024-06-22 23:41:44 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2024-06-23 20:41:02 +02:00
|
|
|
<title>Vite + Solid + TS</title>
|
2024-06-22 23:41:44 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
2024-06-23 20:41:02 +02:00
|
|
|
<script type="module" src="/src/index.tsx"></script>
|
2024-06-22 23:41:44 +02:00
|
|
|
</body>
|
|
|
|
</html>
|