-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
31 lines (30 loc) · 3.14 KB
/
404.html
File metadata and controls
31 lines (30 loc) · 3.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Not Found — NISA Investment Guide</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-H1N5PR9Y0H"></script>
<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','G-H1N5PR9Y0H');</script>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:system-ui,-apple-system,sans-serif;background:#111827;color:#e2e8f0;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}
h1{font-size:4rem;color:#3B82F6;margin-bottom:.5rem}
p{font-size:1.1rem;color:#94a3b8;margin-bottom:1.5rem}
a{color:#fff;background:#3B82F6;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;display:inline-block;min-height:44px;line-height:44px}
a:hover{background:#2563EB}
</style>
</head>
<body>
<div>
<h1>404</h1>
<p>The page you're looking for doesn't exist.</p>
<a href="/nisa-investment-guide/">Go to NISA Investment Guide</a>
</div>
<!-- feedback-prompt-start -->
<style>#fb-prompt{position:fixed;bottom:0;left:0;right:0;background:#1a1a2e;color:#fff;padding:12px 20px;display:none;align-items:center;justify-content:center;gap:12px;font-size:14px;z-index:9999;box-shadow:0 -2px 8px rgba(0,0,0,.2);font-family:system-ui,sans-serif}#fb-prompt button{border:none;padding:6px 16px;border-radius:16px;cursor:pointer;font-size:13px}#fb-yes{background:#4CAF50;color:#fff}#fb-no{background:#ff5252;color:#fff}#fb-close{background:none;color:#aaa;font-size:18px;padding:2px 8px}#fb-msg{color:#ccc;font-size:13px}#fb-msg a{color:#64b5f6;text-decoration:underline}</style>
<div id="fb-prompt"><span id="fb-q">Was this helpful?</span><span id="fb-msg" style="display:none"></span><button id="fb-yes" onclick="fbYes()">Yes</button><button id="fb-no" onclick="fbNo()">Not really</button><button id="fb-close" onclick="fbDismiss()">×</button></div>
<script>!function(){var k='fb_'+location.pathname;if(localStorage.getItem(k))return;setTimeout(function(){var p=document.getElementById('fb-prompt');if(p)p.style.display='flex'},45000)}();function fbDismiss(){document.getElementById('fb-prompt').style.display='none';localStorage.setItem('fb_'+location.pathname,'1')}function fbYes(){var q=document.getElementById('fb-q'),m=document.getElementById('fb-msg'),y=document.getElementById('fb-yes'),n=document.getElementById('fb-no');q.style.display='none';y.style.display='none';n.style.display='none';m.innerHTML='Glad to hear it! Know someone who could use this? Share the link.';m.style.display='inline';setTimeout(fbDismiss,5000)}function fbNo(){var q=document.getElementById('fb-q'),m=document.getElementById('fb-msg'),y=document.getElementById('fb-yes'),n=document.getElementById('fb-no');q.style.display='none';y.style.display='none';n.style.display='none';m.innerHTML='Tell us what\'s missing \u2192 <a href="https://japantool.featurebase.app" target="_blank">Give feedback</a>';m.style.display='inline';setTimeout(fbDismiss,8000)}</script>
<!-- feedback-prompt-end -->
</body>
</html>