2024-01-08 18:02:42 +04:00

14 lines
324 B
HTML

<html lang="ru" data-bs-theme="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gamepad.ru</title>
</head>
<body class="d-flex flex-column min-vh-100">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>