legacy/pairent_frontend_react/public/index.html

17 lines
518 B
HTML
Raw Normal View History

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>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@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>
<div id="root">
<!-- this to content -->
</div>
2023-05-01 12:39:34 +02:00
</body>
</html>