This repository has been archived on 2025-08-19. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
coinstorge/website/src/app.html

28 lines
1 KiB
HTML
Raw Normal View History

2025-05-21 21:34:22 +03:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
2025-05-30 13:15:00 +03:00
<link rel="apple-touch-icon" href="%sveltekit.assets%/placeholder_logo.png" />
2025-05-21 21:34:22 +03:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
2025-05-30 13:15:00 +03:00
<title>Rugplay</title>
<!-- Global Meta Tags -->
<meta name="application-name" content="Rugplay" />
<meta name="theme-color" content="#fb2c36" />
<meta name="apple-mobile-web-app-title" content="Rugplay" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="format-detection" content="telephone=no" />
<!-- Preconnect to external domains for performance -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
2025-05-21 21:34:22 +03:00
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>