|
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
- <title>App Support</title>
- <style>
- body {
- font-family: sans-serif;
- max-width: 800px;
- margin: 40px auto;
- padding: 0 20px;
- line-height: 1.6;
- color: #333;
- }
- h1, h2 {
- color: #222;
- }
- h1 {
- border-bottom: 2px solid #ccc;
- padding-bottom: 0.3em;
- }
- a {
- color: #0066cc;
- }
- </style>
- </head>
- <body>
- <h1>App Support</h1>
-
- <p><strong>App Name:</strong> imaq pilot logbook</p>
- <p><strong>Developer:</strong> Imaq Pilot ApS</p>
-
- <h2>About the App</h2>
- <p>This app allows registered users to log professional shipping events, including timestamps, event types, and harbor names. All data is securely transmitted to a backend system for organizational documentation and reporting.</p>
-
- <h2>Need Help?</h2>
- <p>If you're experiencing technical issues or have questions about how to use the app, please contact us:</p>
-
- <ul>
- <li>Email: <a href="mailto:mailto@imaq-pilot.com">mailto@imaq-pilot.com</a></li>
- <li>Website: <a href="https://www.imaq-pilot.com" target="_blank">https://www.imaq-pilot.com</a></li>
- </ul>
-
- <h2>Common Issues</h2>
- <ul>
- <li>Can't log in? Please ensure your account was created by your organization administrator.</li>
- <li>Trip logs not saving? Check your network connection and retry.</li>
- <li>Incorrect timestamps? Make sure your device time is set to automatic.</li>
- </ul>
-
- <p>For all other inquiries, feel free to reach out to us. We aim to respond within 24 hours.</p>
-
- </body>
- </html>
|