ultyt/index.html

16 lines
336 B
HTML
Raw Permalink Normal View History

2023-08-08 18:30:37 +03:00
<!doctype html>
<html lang="en">
2023-08-09 18:54:05 +03:00
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-08-09 21:38:13 +03:00
<title>ULTYT</title>
2023-08-09 18:54:05 +03:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>