Files
PIbd-24_Boiko_M.S._Internet…/index.html
LivelyPuer e3a1b6f03c lab5
2025-05-06 20:44:13 +04:00

12 lines
298 B
HTML

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Кинотеатр - React SPA</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>