InternetProgramming/Lab4/index.html

12 lines
297 B
HTML
Raw Normal View History

2023-12-01 16:11:45 +04:00
<html lang="ru">
<head>
2023-12-15 14:42:22 +04:00
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-12-01 16:11:45 +04:00
<title>Steam</title>
</head>
<body>
2023-12-15 14:42:22 +04:00
<div id="root" class = "d-flex flex-column"></div>
<script type="module" src="/src/main.jsx"></script>
2023-12-01 16:11:45 +04:00
</body>
</html>