-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (26 loc) · 1.1 KB
/
index.html
File metadata and controls
30 lines (26 loc) · 1.1 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
<!doctype html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Penlock / Level-Up Your Wallet Backup!</title>
<meta
name="description"
content="Print & assemble Penlock's cryptographic wheel to split your seed phrase into a secure 2-of-3 backup. Protect against loss, theft, and enable secure inheritance."
/>
<meta name="twitter:card" content="summary_large_image" />
<meta
property="og:image"
content="https://v1.penlock.io/images/background.jpg"
/>
<meta property="og:image:height" content="1280" />
<meta property="og:image:width" content="1280" />
<script>
const languages = ["en", "ko"]
const preferred = (navigator.language || "en").substring(0, 2)
const selected = languages.includes(preferred) ? preferred : "en"
window.location.replace(`/${selected}/`)
</script>
<meta http-equiv="refresh" content="0; url=/en/" />
</head>
If you are not redirected automatically,
<a href="https://v1.penlock.io/en/">please follow this link</a>.