mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
* adding ability to tag listings eg if you have applied to it / adding ability to add notes to a listing * storing the date when a status was set
26 lines
1.1 KiB
HTML
26 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<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" />
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
|
|
<title>Fredy || Real Estate Finder</title>
|
|
<link rel="icon" type="image/png" href="/ui/src/assets/heart.png" />
|
|
<link rel="apple-touch-icon" href="/ui/src/assets/heart.png" />
|
|
<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" />
|
|
</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>
|
|
|