12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
- <meta name="robots" content="noindex, nofollow">
- <meta name="title" content="Kdan Mobile" />
- <meta name="copyright" content="KdanMobile.com" />
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
- <title>Kdan Mobile</title>
- <style>
- *{
- box-sizing: border-box;
- }
- html{
- font-family: Arial;
- font-size: 16px;
- line-height: 1.5;
- color: #000;
- }
- body{
- margin: 0;
- }
- section{
- position: relative;
- display: block;
- margin: 30px auto 0;
- width: 100%;
- padding: 0 20px;
- overflow: hidden;
- }
- p{
- margin-bottom: 20px;
- }
- p.standcolor{
- color: rgb(0, 122, 255);
- }
- a.standcolor{
- display: inline-block;
- width: 48%;
- text-align: center;
- color: rgb(0, 122, 255);
- }
-
- </style>
- </head>
- <body>
- <section>
- <article>
- <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>
- <p class="standcolor">Subscriptions will be charged through your iTunes account at the confirmation of purchase. </p>
- <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>
-
- <p>You may manage your subscriptions in your iTunes Account Settings after purchase. </p>
-
- <p>No cancellation of the current subscription is allowed during an active subscription period.</p>
- <p>
- <a class="standcolor" href="https://cloud.kdanmobile.com/articles/terms_of_service">Terms of Service</a>
- <a class="standcolor" href="https://cloud.kdanmobile.com/articles/privacy_policy">Privacy Policy</a>
- </p>
- </article>
-
- </section>
- </body>
- </html>
|