Internet_programming/Lab5/index.html

15 lines
311 B
HTML
Raw Normal View History

2023-12-14 19:06:42 +04:00
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Университет</title>
</head>
<body>
<div id="root" class="h-100 d-flex flex-column"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>