app-content-d365-backup.html 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  5. <meta name="robots" content="noindex, nofollow">
  6. <meta name="title" content="Kdan Mobile" />
  7. <meta name="copyright" content="KdanMobile.com" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  9. <title>Kdan Mobile</title>
  10. <style>
  11. *{
  12. box-sizing: border-box;
  13. }
  14. html{
  15. font-family: Arial;
  16. font-size: 16px;
  17. line-height: 1.5;
  18. color: #000;
  19. }
  20. body{
  21. margin: 0;
  22. }
  23. section{
  24. position: relative;
  25. display: block;
  26. margin: 30px auto 0;
  27. width: 100%;
  28. padding: 0 20px;
  29. overflow: hidden;
  30. }
  31. p{
  32. margin-bottom: 20px;
  33. }
  34. p.standcolor{
  35. color: rgb(0, 122, 255);
  36. }
  37. a.standcolor{
  38. display: inline-block;
  39. width: 48%;
  40. text-align: center;
  41. color: rgb(0, 122, 255);
  42. }
  43. </style>
  44. </head>
  45. <body>
  46. <section>
  47. <article>
  48. <p>We offer a 7-day or 14-day trial period to new subscribers of Document 365. You can try out the subscription content before buying it.</p>
  49. <p class="standcolor">Subscriptions will be charged through your iTunes account at the confirmation of purchase. </p>
  50. <p>Your subscriptions will automatically renew unless cancelled at least 24 hours before the end of current subscription period. Your iTunes account will be charged for renewal within 24-hours prior to the end of the current period, for the same duration and at the current subscription price. </p>
  51. <p>You may manage your subscriptions in your iTunes Account Settings after purchase. </p>
  52. <p>No cancellation of the current subscription is allowed during an active subscription period.</p>
  53. <p>
  54. <a class="standcolor" href="https://cloud.kdanmobile.com/articles/terms_of_service">Terms of Service</a>
  55. <a class="standcolor" href="https://cloud.kdanmobile.com/articles/privacy_policy">Privacy Policy</a>
  56. </p>
  57. </article>
  58. </section>
  59. </body>
  60. </html>