-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (64 loc) · 2.47 KB
/
index.html
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en" class="h-full">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="google-site-verification"
content="fSYjNQIU3Ek48Tej8AaDXloyHWrI_1JTTrC_OvwSEOM"
/>
<title>Simple Japan Inheritance Tax Calculator</title>
<meta
name="description"
content="Use this simple Japanese Inheritance Tax Calculator for foreigners receiving inheritance from abroad, ensuring accurate tax calculations."
/>
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Japanese Inheritance Tax Calculator" />
<meta
name="twitter:description"
content="Use this simple Japanese Inheritance Tax Calculator for foreigners receiving inheritance from abroad, ensuring accurate tax calculations."
/>
<meta name="twitter:image" content="/og-card.png" />
<meta
name="twitter:url"
content="https://w00kie.github.io/jpn-inheritance-tax/"
/>
<meta property="og:title" content="Japanese Inheritance Tax Calculator" />
<meta
property="og:description"
content="Use this simple Japanese Inheritance Tax Calculator for foreigners receiving inheritance from abroad, ensuring accurate tax calculations."
/>
<meta property="og:image" content="/og-card.png" />
<meta
property="og:url"
content="https://w00kie.github.io/jpn-inheritance-tax/"
/>
<meta property="og:type" content="product" />
<script defer data-domain="francois.rejete.com" src="https://plausible.bespin.w00kie.com/js/script.outbound-links.js"></script>
</head>
<body class="h-full">
<div id="root" class="h-full"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- Buy me a coffee -->
<script
data-name="BMC-Widget"
data-cfasync="false"
src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js"
data-id="frejete"
data-description="Support me on Buy me a coffee!"
data-message="If you appreciate this tool, feel free to buy me a beer!"
data-color="#BD5FFF"
data-position="Right"
data-x_margin="18"
data-y_margin="18"
></script>
<!-- End Buy me a coffee -->
<!-- Cloudflare Web Analytics -->
<script
defer
src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token": "9225cf6997f84fbb90e26df8b3d0e4c5"}'
></script>
<!-- End Cloudflare Web Analytics -->
</body>
</html>