123456789101112131415161718192021222324252627282930 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <link rel="icon" href="favicon.png" type="image/png">
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Pomelo</title>
- <link rel="stylesheet" href="styles.css">
- </head>
- <body>
- <div class="content">
-
- <h1>Pomelo</h1>
- <p>High-performance Nintendo Switch emulation at your fingertips.</p>
- <div class="buttons">
- <a href="https://github.com/Pomelo-Emu/Pomelo/releases/download/1.6/Pomelo.ipa" class="button blue">Download iPA for iOS</a>
- <a href="https://github.com/Pomelo-Emu/Pomelo/compare/1.5.1...1.6" class="button green">View Changelog</a>
- <a href="https://github.com/pomelo-emu/pomelo" class="button teal">Visit GitHub</a>
- <a href="https://pomelo-emu.github.io/workinggames.html" class="button red">Working Games</a>
- <a href="altstore://source/?url=https://pomelo-emu.github.io/source.html" class="button black">
- <div class="text">
- <span class="button-text">Add to Altstore</span>
- <span class="button-subtext">Or Sidestore</span>
- </div>
- </a>
- </div>
- </div>
- </body>
- </html>
|