2023-04-09 15:40:39 +04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="ru">
|
2023-05-14 13:53:12 +04:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8"/>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
2023-04-09 15:40:39 +04:00
|
|
|
<script src="/node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
|
|
|
|
<script
|
|
|
|
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"
|
|
|
|
integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3"
|
|
|
|
crossorigin="anonymous"
|
|
|
|
></script>
|
|
|
|
<script
|
|
|
|
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.min.js"
|
|
|
|
integrity="sha384-IDwe1+LCz02ROU9k972gdyvl+AESN10+x7tBKgc9I5HFtuNz0wWnPclzo6p9vxnk"
|
|
|
|
crossorigin="anonymous"
|
|
|
|
></script>
|
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
href="/node_modules/bootstrap/dist/css/bootstrap.min.css"
|
|
|
|
/>
|
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
href="/node_modules/@fortawesome/fontawesome-free/css/all.min.css"
|
|
|
|
/>
|
|
|
|
<title>Очень вкусно и запятая</title>
|
2023-05-14 13:53:12 +04:00
|
|
|
</head>
|
|
|
|
<body class="d-flex flex-column h-100">
|
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
|
|
</body>
|
2023-04-09 15:40:39 +04:00
|
|
|
</html>
|