index.html 853 B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="description" content="Phantom Wallet CodeSandbox">
  6. <meta name="keywords" content="Phantom, Phantom Wallet, Phantom-Wallet, CodeSandbox, Solana, Ethereum, Crypto, Blockchain, Love">
  7. <meta name="author" content="Phantom">
  8. <meta name="theme-color" content="#000000">
  9. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  10. <link rel="manifest" href="%PUBLIC_URL%/manifest.json">
  11. <link rel="shortcut icon" href="images/phantom-icon-purple.png">
  12. <title>Phantom Wallet – CodeSandbox</title>
  13. </head>
  14. <style>
  15. * {
  16. box-sizing: border-box;
  17. margin: 0;
  18. color: #fff;
  19. }
  20. html,body {
  21. font-family: sans-serif;
  22. }
  23. </style>
  24. <body>
  25. <noscript>
  26. You need to enable JavaScript to run this app.
  27. </noscript>
  28. <div id="root"></div>
  29. </body>
  30. </html>