15 lines
463 B
HTML
15 lines
463 B
HTML
<html lang="ru">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>unreal tests</title>
|
|
</head>
|
|
|
|
<body class="d-flex flex-column" style="height: auto; min-height: 100%">
|
|
<div id="root" class="d-flex flex-column" style="height: auto; min-height: 100%" ></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
|
|
</html> |