index.html 566 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Redirecting to ipfs gateway</title>
  5. <meta http-equiv="refresh" content="0; url=https://ipfs.io/ipfs/QmT4DmaNmrSf7tu9cP8D6eH3e3xKLTxacm6WG3mrkUaP9f/" />
  6. <style>
  7. body { font-family: sans-serif; line-height: 1.5rem; padding: 2rem; text-align: center }
  8. p { margin: 0 }
  9. </style>
  10. </head>
  11. <body>
  12. <p>Redirecting to</p>
  13. <p><a href="https://ipfs.io/ipfs/QmT4DmaNmrSf7tu9cP8D6eH3e3xKLTxacm6WG3mrkUaP9f/">https://ipfs.io/ipfs/QmT4DmaNmrSf7tu9cP8D6eH3e3xKLTxacm6WG3mrkUaP9f/</a></p>
  14. </body>
  15. </html>