2025-07-26 20:42:58 +02:00
|
|
|
<!doctype html>
|
2021-01-21 16:09:23 +01:00
|
|
|
<html lang="en">
|
2025-07-26 20:42:58 +02:00
|
|
|
<head>
|
|
|
|
|
<meta
|
|
|
|
|
charset="UTF-8"
|
|
|
|
|
name="viewport"
|
|
|
|
|
content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1"
|
|
|
|
|
/>
|
|
|
|
|
<meta name="google" content="notranslate" />
|
2026-01-28 14:27:03 +01:00
|
|
|
<meta name="mobile-web-app-capable" content="yes">
|
2025-10-08 15:00:28 +02:00
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
2021-01-21 16:09:23 +01:00
|
|
|
|
2025-10-08 15:00:28 +02:00
|
|
|
<title>Fredy || Real Estate Finder</title>
|
2026-06-02 21:10:08 +02:00
|
|
|
<link rel="icon" type="image/png" href="/ui/src/assets/heart.png" />
|
|
|
|
|
<link rel="apple-touch-icon" href="/ui/src/assets/heart.png" />
|
2026-04-22 21:11:18 +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=Outfit:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
|
2025-07-26 20:42:58 +02:00
|
|
|
</head>
|
|
|
|
|
<body theme-mode="dark">
|
|
|
|
|
<div id="fredy" style="position: absolute; top: 0; left: 0; right: 0; bottom: 0"></div>
|
|
|
|
|
</body>
|
|
|
|
|
<script type="module" src="/ui/src/Index.jsx"></script>
|
|
|
|
|
</html>
|
2025-10-08 15:00:28 +02:00
|
|
|
|