trial-ended.html 4.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <!doctype html>
  2. <!--
  3. * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
  4. * @version 1.0.0-beta18
  5. * @link https://tabler.io
  6. * Copyright 2018-2023 The Tabler Authors
  7. * Copyright 2018-2023 codecalm.net Paweł Kuna
  8. * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
  9. -->
  10. <html lang="en">
  11. <head>
  12. <meta charset="utf-8"/>
  13. <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
  14. <meta http-equiv="X-UA-Compatible" content="ie=edge"/>
  15. <title>Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
  16. <!-- CSS files -->
  17. <link href="./dist/css/tabler.min.css?1684072869" rel="stylesheet"/>
  18. <link href="./dist/css/tabler-flags.min.css?1684072869" rel="stylesheet"/>
  19. <link href="./dist/css/tabler-payments.min.css?1684072869" rel="stylesheet"/>
  20. <link href="./dist/css/tabler-vendors.min.css?1684072869" rel="stylesheet"/>
  21. <link href="./dist/css/demo.min.css?1684072869" rel="stylesheet"/>
  22. <style>
  23. @import url('https://rsms.me/inter/inter.css');
  24. :root {
  25. --tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  26. }
  27. body {
  28. font-feature-settings: "cv03", "cv04", "cv11";
  29. }
  30. </style>
  31. </head>
  32. <body class=" d-flex flex-column">
  33. <script src="./dist/js/demo-theme.min.js?1684072869"></script>
  34. <div class="page page-center">
  35. <div class="container container-tight py-4">
  36. <div class="text-center mb-4">
  37. <a href="." class="navbar-brand navbar-brand-autodark"><img src="./static/logo.svg" height="36" alt=""></a>
  38. </div>
  39. <div class="card card-md">
  40. <div class="card-body">
  41. <h2 class="mb-3">Your free trial period has expired!</h2>
  42. <p class="text-muted mb-4">
  43. If you want to continue to benefit from Tabler, it's time to upgrade your plan.
  44. </p>
  45. <ul class="list-unstyled space-y">
  46. <li class="row g-2">
  47. <span class="col-auto"><!-- Download SVG icon from http://tabler-icons.io/i/check -->
  48. <svg xmlns="http://www.w3.org/2000/svg" class="icon me-1 text-success" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l5 5l10 -10" /></svg>
  49. </span>
  50. <span class="col">
  51. <strong class="d-block">Over 800+ productions</strong>
  52. <span class="d-block text-muted">Unlimited movies, TV shows and more.</span>
  53. </span>
  54. </li>
  55. <li class="row g-2">
  56. <span class="col-auto"><!-- Download SVG icon from http://tabler-icons.io/i/check -->
  57. <svg xmlns="http://www.w3.org/2000/svg" class="icon me-1 text-success" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l5 5l10 -10" /></svg>
  58. </span>
  59. <span class="col">
  60. <strong class="d-block">Watch everywhere</strong>
  61. <span class="d-block text-muted">Watch on smart TVs, PlayStation, Xbox, Apple TV, Blu-ray players and more.</span>
  62. </span>
  63. </li>
  64. <li class="row g-2">
  65. <span class="col-auto"><!-- Download SVG icon from http://tabler-icons.io/i/check -->
  66. <svg xmlns="http://www.w3.org/2000/svg" class="icon me-1 text-success" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l5 5l10 -10" /></svg>
  67. </span>
  68. <span class="col">
  69. <strong class="d-block">Personalize</strong>
  70. <span class="d-block text-muted">Choose your own style, watch what you like.</span>
  71. </span>
  72. </li>
  73. </ul>
  74. <div class="my-4">
  75. <a href="#" class="btn btn-primary w-100">
  76. Upgrade to a paid plan
  77. </a>
  78. </div>
  79. <p class="text-muted">
  80. If you need to get a trial extension please feel free to <a href="#">contact us</a>.
  81. </p>
  82. </div>
  83. </div>
  84. </div>
  85. </div>
  86. <!-- Libs JS -->
  87. <!-- Tabler Core -->
  88. <script src="./dist/js/tabler.min.js?1684072869" defer></script>
  89. <script src="./dist/js/demo.min.js?1684072869" defer></script>
  90. </body>
  91. </html>