Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion view/client.ejs
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<html>

<head>
<!-- .:: IOS Specific Meta Tags ::. -->
<link rel="apple-touch-startup-image" href="https://lostcity.rs/uploads/default/original/1X/6c5c7ce47fd0d05b68acd316eb668790b608b6d5.png">
<link rel="apple-touch-icon" href="https://lostcity.rs/uploads/default/original/1X/6c5c7ce47fd0d05b68acd316eb668790b608b6d5.png">
<meta name="apple-mobile-web-app-title" content="LostCity">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">

<!-- .:: Default Meta Tags ::. -->
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=0.6, shrink-to-fit=no">
<meta name="color-scheme" content="light only">
Expand Down Expand Up @@ -172,4 +180,4 @@
</script>
</body>

</html>
</html>