-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathindex.html
65 lines (56 loc) · 3.86 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
65
<!DOCTYPE html>
<html lang="en" translate="no">
<head>
<meta name="google" content="notranslate" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!-- Title + Description meta data -->
<title id="meta-title">WALLET.CRYPTO.RED - Free, ultra-secure, and open-source.</title>
<meta name="description" content="Invest in various cryptocurrencies anonymously now. Access blockchain technology from a ultra-secure wallet made for free, for everyone, forever.">
<meta name="keywords" content="Cryptocurrencies, Anonymous, Wallet, Blockchain, Crypto, Red, Free, Secure">
<!-- Service worker -->
<script type="text/javascript">
if ("serviceWorker" in navigator) {
navigator.serviceWorker.register("/service-worker.js", {
scope: "/"
});
}
</script>
<!-- Open graph metadata -->
<meta property="og:title" content="WALLET.CRYPTO.RED - Free, ultra-secure, and open-source."/>
<meta property="og:description" content="Invest in various cryptocurrencies anonymously now. Access blockchain technology from a ultra-secure wallet made for free, for everyone, forever."/>
<meta property="og:url" content="https://wallet.crypto.red"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://raw.githubusercontent.com/crypto-red/crypto-red.github.io/master/src/images/og-image-logo.jpg"/>
<!-- Mobile chrome toolbar color + Favicon -->
<link rel="icon" href="/src/images/favicon.ico">
<meta name="theme-color" content="#060f23" />
<!-- CSS + fonts -->
<style>
@font-face { font-family: "Noto Sans"; src: url("/src/fonts/NotoSans-Regular.woff2") format('woff2'); font-style: normal; font-weight: 400; font-stretch: 100%; font-display: swap; }
@font-face { font-family: "Special Elite"; src: url("/src/fonts/SpecialElite-Regular.woff2") format('woff2'); font-style: normal; font-weight: 400; font-stretch: 100%; font-display: swap; }
@font-face { font-family: "Noto Sans Mono"; src: url("/src/fonts/NotoSansMono-Regular.woff2") format('woff2'); font-style: normal; font-weight: 400; font-stretch: 100%; font-display: swap; }
@font-face { font-family: "Share Tech Mono"; src: url("/src/fonts/ShareTechMono-Regular.woff2") format('woff2'); font-style: normal; font-weight: 400; font-stretch: 100%; font-display: swap; }
@font-face { font-family: "Saira"; src: url("/src/fonts/Saira-Regular.woff2") format('woff2'); font-style: normal; font-weight: 400; font-stretch: 100%; font-display: swap; }
</style>
<!-- Add to homescreen for Chrome on Android. Fallback for manifest.json -->
<link rel="manifest" href="/manifest.json">
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Wallet.crypto.red">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="Wallet.crypto.red">
<!-- Homescreen icons -->
<link rel="apple-touch-icon" href="/src/images/manifest/icon-white.png">
<!-- Tile icon for Windows 8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="/src/images/manifest/icon-white.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-tap-highlight" content="no">
</head>
<body></body>
<footer>
<script type="text/javascript" src="/client.min.js"></script>
</footer>
</html>