Created
May 31, 2026 09:03
-
-
Save gybin02/d008916915e9f5452e06f9b918c47e36 to your computer and use it in GitHub Desktop.
Duck President Support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>Support — Duck President</title> | |
| <style> | |
| body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; max-width: 720px; margin: 2rem auto; padding: 0 1.25rem; line-height: 1.6; color: #222; } | |
| h1, h2 { line-height: 1.25; } | |
| a { color: #0a5; } | |
| code { background: #f4f4f4; padding: 0.1em 0.35em; border-radius: 4px; } | |
| </style> | |
| </head> | |
| <body> | |
| <h1>Duck President — Support</h1> | |
| <h2>Getting Started</h2> | |
| <p>Duck President is a portrait-only, offline swipe game inspired by Reigns. Swipe event cards left or right (or use the bottom buttons) to make decisions and keep four stats balanced.</p> | |
| <h2>Language</h2> | |
| <p>English is the default. Simplified Chinese appears automatically when your device language is set to 中文(简体).</p> | |
| <h2>Troubleshooting</h2> | |
| <ul> | |
| <li><strong>App won’t launch:</strong> Restart your device and try again.</li> | |
| <li><strong>Progress lost:</strong> Progress is stored locally. Deleting the app removes saved data.</li> | |
| <li><strong>Portrait only:</strong> The game is designed for vertical play; rotation is locked.</li> | |
| </ul> | |
| <h2>Contact</h2> | |
| <p>Email: <a href="mailto:gybin02@users.noreply.github.com">gybin02@users.noreply.github.com</a></p> | |
| <p><a href="privacy.html">Privacy Policy</a> · <a href="index.html">Home</a></p> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment