Pibd-21_Ievlewa_M.D._Intern.../index.html
2023-12-25 17:09:40 +03:00

17 lines
464 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link href="https://fonts.cdnfonts.com/css/correction-tape" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="\public\logo.ico" type="image/x-icon">
<title>TicketsBook</title>
</head>
<body>
<div id="root" class="min-vh-100 d-flex flex-column"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>