Pibd-21_Ievlewa_M.D._Intern.../index.html

16 lines
400 B
HTML
Raw Permalink Normal View History

2023-12-22 00:29:13 +04:00
<!doctype html>
<html lang="en">
2023-12-03 19:52:09 +04:00
2023-12-22 00:29:13 +04:00
<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" />
<title>TicketsBook</title>
2023-12-03 19:52:09 +04:00
</head>
2023-12-22 00:29:13 +04:00
<body>
<div id="root" class="min-vh-100 d-flex flex-column"></div>
<script type="module" src="/src/main.jsx"></script>
2023-12-03 19:52:09 +04:00
</body>
2023-12-22 00:29:13 +04:00
</html>