2025-12-23 17:09:40 +03:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en">
|
2026-01-12 15:27:19 +03:00
|
|
|
|
|
|
|
|
<head>
|
2025-12-23 17:09:40 +03:00
|
|
|
<meta charset="UTF-8" />
|
2026-01-13 03:58:08 +03:00
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/src/assets/REXNT.png" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.5" />
|
|
|
|
|
<title>Rexnt</title>
|
2026-01-12 15:27:19 +03:00
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root" style="overflow-y: scroll !important;"></div>
|
2025-12-23 17:09:40 +03:00
|
|
|
<script type="module" src="/src/main.jsx"></script>
|
2026-01-12 15:27:19 +03:00
|
|
|
</body>
|
|
|
|
|
|
2026-01-13 03:58:08 +03:00
|
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|