terms.html 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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>Terms of Use — Printer App - All Printers</title>
  7. <style>
  8. :root {
  9. --navy: #1f2e52;
  10. --bg: #f6f6f6;
  11. --card: #ffffff;
  12. --text: #1f1f1f;
  13. --text-secondary: #7a7a7a;
  14. --border: #ebebeb;
  15. }
  16. * { box-sizing: border-box; margin: 0; padding: 0; }
  17. body {
  18. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  19. background: var(--bg);
  20. color: var(--text);
  21. line-height: 1.6;
  22. -webkit-font-smoothing: antialiased;
  23. }
  24. .page {
  25. max-width: 640px;
  26. margin: 0 auto;
  27. padding: 48px 24px 64px;
  28. }
  29. .header {
  30. text-align: center;
  31. margin-bottom: 32px;
  32. }
  33. .app-name {
  34. font-size: 13px;
  35. font-weight: 600;
  36. color: var(--text-secondary);
  37. text-transform: uppercase;
  38. letter-spacing: 0.05em;
  39. margin-bottom: 8px;
  40. }
  41. h1 {
  42. font-size: 26px;
  43. font-weight: 600;
  44. color: var(--navy);
  45. letter-spacing: -0.02em;
  46. }
  47. .updated {
  48. font-size: 13px;
  49. color: var(--text-secondary);
  50. margin-top: 8px;
  51. }
  52. .card {
  53. background: var(--card);
  54. border: 1px solid var(--border);
  55. border-radius: 14px;
  56. padding: 28px 24px;
  57. }
  58. h2 {
  59. font-size: 15px;
  60. font-weight: 600;
  61. color: var(--navy);
  62. margin: 24px 0 8px;
  63. }
  64. h2:first-of-type {
  65. margin-top: 0;
  66. }
  67. p, li {
  68. font-size: 14px;
  69. color: var(--text);
  70. margin-bottom: 12px;
  71. }
  72. ul {
  73. padding-left: 20px;
  74. margin-bottom: 12px;
  75. }
  76. li { margin-bottom: 6px; }
  77. </style>
  78. </head>
  79. <body>
  80. <div class="page">
  81. <header class="header">
  82. <p class="app-name">Printer App - All Printers</p>
  83. <h1>Terms of Use</h1>
  84. <p class="updated">Last updated: July 1, 2026</p>
  85. </header>
  86. <article class="card">
  87. <p>By downloading or using Printer App - All Printers ("the App"), you agree to these Terms of Use. If you do not agree, do not use the App.</p>
  88. <h2>License</h2>
  89. <p>We grant you a limited, non-exclusive, non-transferable license to use Printer App - All Printers on Apple-branded devices you own or control, subject to the App Store Terms of Service.</p>
  90. <h2>Subscriptions &amp; Purchases</h2>
  91. <ul>
  92. <li>Premium features require a subscription or one-time purchase through the Mac App Store.</li>
  93. <li>Subscriptions renew automatically unless cancelled at least 24 hours before the end of the current period.</li>
  94. <li>Manage or cancel subscriptions in your Apple ID account settings.</li>
  95. <li>Refunds are handled by Apple in accordance with App Store policies.</li>
  96. </ul>
  97. <h2>Acceptable Use</h2>
  98. <p>You agree not to misuse the App, including attempting to reverse engineer, redistribute, or use it for unlawful purposes. You are responsible for the content you print or scan.</p>
  99. <h2>Disclaimer</h2>
  100. <p>Printer App - All Printers is provided "as is" without warranties of any kind. We do not guarantee uninterrupted operation or compatibility with all printers and scanners.</p>
  101. <h2>Limitation of Liability</h2>
  102. <p>To the maximum extent permitted by law, we are not liable for any indirect, incidental, or consequential damages arising from your use of the App.</p>
  103. <h2>Changes</h2>
  104. <p>We may update these terms at any time. Material changes will be reflected on this page with an updated date.</p>
  105. <h2>Contact</h2>
  106. <p>Questions about these terms? Contact us through the support option on the Mac App Store listing for Printer App - All Printers.</p>
  107. </article>
  108. </div>
  109. </body>
  110. </html>