nquest/frontend/index.html

15 lines
324 B
HTML
Raw Permalink Normal View History

2023-11-01 23:21:12 +03:00
<!doctype html>
2024-01-21 00:50:52 +03:00
<html lang="ru">
2023-11-01 23:21:12 +03:00
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-01-20 23:57:16 +03:00
<title>NQuest</title>
2023-11-01 23:21:12 +03:00
</head>
2024-01-20 21:37:49 +03:00
<body>
2024-01-21 00:50:52 +03:00
<div id="root">
Загрузка...
</div>
2023-11-01 23:21:12 +03:00
<script type="module" src="/src/main.jsx"></script>
</body>
</html>