neptune-privacy/index.html

41 lines
1.2 KiB
HTML
Raw Normal View History

2025-11-24 16:44:48 +07:00
<!doctype html>
<html lang="en">
2025-11-24 19:12:46 +07:00
<head>
2025-11-24 16:44:48 +07:00
<meta charset="UTF-8" />
2025-11-24 19:12:46 +07:00
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<!-- Mobile-optimized viewport -->
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
/>
<!-- PWA Meta Tags -->
<meta name="theme-color" content="#3f51b5" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Neptune Privacy" />
2025-11-24 19:12:46 +07:00
<!-- App Description -->
<meta
name="description"
content="Neptune Privacy - Secure cryptocurrency wallet for Neptune network"
2025-11-24 19:12:46 +07:00
/>
<!-- Google Fonts - Inter (Modern, clean, mobile-optimized) -->
<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=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<title>Neptune Privacy</title>
2025-11-24 19:12:46 +07:00
</head>
2025-11-24 16:44:48 +07:00
2025-11-24 19:12:46 +07:00
<body>
2025-11-24 16:44:48 +07:00
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
2025-11-24 19:12:46 +07:00
</body>
2025-11-24 16:44:48 +07:00
</html>