Internet-programming-UlSTU/Lab5/index.html

14 lines
393 B
HTML

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