2023-04-19 21:40:25 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2023-04-19 22:59:25 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2023-04-20 15:23:56 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
2023-04-22 18:06:06 +00:00
|
|
|
<title>My Website</title>
|
2023-06-07 19:20:57 +00:00
|
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
2023-04-19 22:59:25 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
</body>
|
2023-04-19 21:40:25 +00:00
|
|
|
</html>
|