Skip to content

Commit 2566db9

Browse files
committed
improve index
1 parent b48f786 commit 2566db9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@
77
content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1"
88
/>
99
<meta name="google" content="notranslate" />
10+
<meta name="apple-mobile-web-app-capable" content="yes" />
11+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
1012

11-
<title>Fredy</title>
13+
<title>Fredy || Real Estate Finder</title>
1214
</head>
1315
<body theme-mode="dark">
1416
<div id="fredy" style="position: absolute; top: 0; left: 0; right: 0; bottom: 0"></div>
1517
</body>
1618
<script type="module" src="/ui/src/Index.jsx"></script>
1719
</html>
20+

0 commit comments

Comments
 (0)