index.html 1.3 KB

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <link rel="icon" href="favicon.png" type="image/png">
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Pomelo</title>
  8. <link rel="stylesheet" href="styles.css">
  9. </head>
  10. <body>
  11. <div class="content">
  12. <h1>Pomelo</h1>
  13. <p>High-performance Nintendo Switch emulation at your fingertips.</p>
  14. <div class="buttons">
  15. <a href="https://github.com/Pomelo-Emu/Pomelo/releases/download/1.6/Pomelo.ipa" class="button blue">Download iPA for iOS</a>
  16. <a href="https://github.com/Pomelo-Emu/Pomelo/compare/1.5.1...1.6" class="button green">View Changelog</a>
  17. <a href="https://github.com/pomelo-emu/pomelo" class="button teal">Visit GitHub</a>
  18. <a href="https://pomelo-emu.github.io/workinggames.html" class="button red">Working Games</a>
  19. <a href="altstore://source/?url=https://pomelo-emu.github.io/source.html" class="button black">
  20. <div class="text">
  21. <span class="button-text">Add to Altstore</span>
  22. <span class="button-subtext">Or Sidestore</span>
  23. </div>
  24. </a>
  25. </div>
  26. </div>
  27. </body>
  28. </html>