IP_PIbd-21_Balberova_D.N./front/public/index.html

13 lines
336 B
HTML
Raw Permalink Normal View History

2023-04-09 15:32:25 +04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Киносайт</title>
</head>
<body class="d-flex flex-column h-100">
<div id="root"></div>
<script type="module" src="../src/index.js"></script>
</body>
</html>