nquest/frontend/index.html

13 lines
293 B
HTML
Raw Normal View History

2023-11-01 23:21:12 +03:00
<!doctype html>
<html lang="en">
<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>
2023-11-01 23:21:12 +03:00
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>