2021-10-22 23:16:54 +02:00
|
|
|
<!DOCTYPE html>
|
2023-04-02 16:24:06 +02:00
|
|
|
<html lang="en">
|
2023-03-08 20:33:05 +01:00
|
|
|
<head>
|
2023-04-02 16:24:06 +02:00
|
|
|
<meta charset="UTF-8" />
|
2023-04-02 20:21:32 +02:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/assets/images/tools/vite.svg" />
|
2023-04-02 16:24:06 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>Vite + React + TS</title>
|
2023-03-08 20:33:05 +01:00
|
|
|
</head>
|
2023-04-02 16:24:06 +02:00
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
</body>
|
2021-10-22 23:16:54 +02:00
|
|
|
</html>
|