legacy/pairent_frontend_react/index.html

19 lines
577 B
HTML
Raw Permalink Normal View History

2023-05-01 12:39:34 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
2023-05-17 07:38:17 +02:00
<title>ВВГУ Точка</title>
2023-05-15 13:30:27 +02:00
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
2023-05-01 12:39:34 +02:00
</head>
<body>
2023-05-01 12:39:34 +02:00
<noscript>You need to enable JavaScript to run this app.</noscript>
2023-05-07 01:51:40 +02:00
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
2023-05-01 12:39:34 +02:00
</body>
</html>