index.html 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1">
  6. <meta name="theme-color" content="#eef1f3">
  7. <meta name="description" content="Nito Cash is the most user-friendly, privacy shielding wallet for crypto newcomers.">
  8. <title>Nito.cash — Hush Your Money™</title>
  9. <!-- Manifest -->
  10. <link rel="manifest" href="/manifest.json">
  11. <!-- Favicons -->
  12. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  13. <!-- <link rel="apple-touch-icon" href="icons/192x192.png"> -->
  14. <!-- Open graph -->
  15. <meta property="og:url" content="https://nito.cash" />
  16. <meta property="og:title" content="Nito Cash">
  17. <meta property="og:type" content="website">
  18. <meta property="og:description" content="Nito Cash is the most user-friendly, privacy shielding wallet for crypto newcomers.">
  19. <meta property="og:image" content="https://nito.cash/poster.jpg?1580211230">
  20. <!-- Twitter -->
  21. <meta name="twitter:card" content="summary_large_image">
  22. <meta name="twitter:title" content="Nito Cash">
  23. <meta name="twitter:description" content="Nito Cash is the most user-friendly, privacy shielding wallet for crypto newcomers.">
  24. <meta name="twitter:image" content="https://nito.cash/poster.jpg?1580211230">
  25. <!-- Apple startup screen -->
  26. <link href="splash/640x1136.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
  27. <link href="splash/750x1334.png" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
  28. <link href="splash/1242x2208.png" media="(device-width: 621px) and (device-height: 1104px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image">
  29. <link href="splash/1125x2436.png" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image">
  30. <link href="splash/828x1792.png" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
  31. <link href="splash/1242x2688.png" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image">
  32. </head>
  33. <body>
  34. <noscript>
  35. <strong>We're sorry but nito.cash doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  36. </noscript>
  37. <div id="app"></div>
  38. <!-- built files will be auto injected -->
  39. <!-- BITBOX for Bitcoin Cash (https://developer.bitcoin.com/bitbox) -->
  40. <!-- NOTE: Bug with `bitbox-sdk` importing is `Expected property "0" of type ECPair, got b` -->
  41. <script src="./js/bitbox.js"></script>
  42. <!-- Matomo -->
  43. <script type="text/javascript">
  44. var _paq = window._paq || [];
  45. /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  46. _paq.push(['trackPageView']);
  47. _paq.push(['enableLinkTracking']);
  48. (function() {
  49. var u="//matomo.bchplease.org/";
  50. _paq.push(['setTrackerUrl', u+'matomo.php']);
  51. _paq.push(['setSiteId', '4']);
  52. var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
  53. g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
  54. })();
  55. </script>
  56. <!-- End Matomo Code -->
  57. </body>
  58. </html>