2023-05-01 12:39:34 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2023-05-02 15:03:18 +02:00
|
|
|
<title>Pairent</title>
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
2023-05-08 12:13:57 +02:00
|
|
|
<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>
|
2023-05-03 11:56:13 +02:00
|
|
|
<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>
|