PIbd-22.-Stroev-V.M.-Intern.../Lab4/index.html
2023-12-07 19:55:31 +04:00

15 lines
396 B
HTML

<html lang="ru">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/images/logo2.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UlSTU</title>
</head>
<body background = "./images/BackGr.png">
<div id="root" class="h-100 d-flex flex-column"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>