Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 

56 строки
1.6 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  6. <title>App Support</title>
  7. <style>
  8. body {
  9. font-family: sans-serif;
  10. max-width: 800px;
  11. margin: 40px auto;
  12. padding: 0 20px;
  13. line-height: 1.6;
  14. color: #333;
  15. }
  16. h1, h2 {
  17. color: #222;
  18. }
  19. h1 {
  20. border-bottom: 2px solid #ccc;
  21. padding-bottom: 0.3em;
  22. }
  23. a {
  24. color: #0066cc;
  25. }
  26. </style>
  27. </head>
  28. <body>
  29. <h1>App Support</h1>
  30. <p><strong>App Name:</strong> imaq pilot logbook</p>
  31. <p><strong>Developer:</strong> Imaq Pilot ApS</p>
  32. <h2>About the App</h2>
  33. <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>
  34. <h2>Need Help?</h2>
  35. <p>If you're experiencing technical issues or have questions about how to use the app, please contact us:</p>
  36. <ul>
  37. <li>Email: <a href="mailto:mailto@imaq-pilot.com">mailto@imaq-pilot.com</a></li>
  38. <li>Website: <a href="https://www.imaq-pilot.com" target="_blank">https://www.imaq-pilot.com</a></li>
  39. </ul>
  40. <h2>Common Issues</h2>
  41. <ul>
  42. <li>Can't log in? Please ensure your account was created by your organization administrator.</li>
  43. <li>Trip logs not saving? Check your network connection and retry.</li>
  44. <li>Incorrect timestamps? Make sure your device time is set to automatic.</li>
  45. </ul>
  46. <p>For all other inquiries, feel free to reach out to us. We aim to respond within 24 hours.</p>
  47. </body>
  48. </html>