trial-ended.html 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <!doctype html>
  2. <!--
  3. * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
  4. * @version 1.0.0-beta20
  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?1692870487" rel="stylesheet"/>
  18. <link href="./dist/css/tabler-flags.min.css?1692870487" rel="stylesheet"/>
  19. <link href="./dist/css/tabler-payments.min.css?1692870487" rel="stylesheet"/>
  20. <link href="./dist/css/tabler-vendors.min.css?1692870487" rel="stylesheet"/>
  21. <link href="./dist/css/demo.min.css?1692870487" 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?1692870487"></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">
  38. <img src="./static/logo.svg" width="110" height="32" alt="Tabler" class="navbar-brand-image">
  39. </a>
  40. </div>
  41. <div class="card card-md">
  42. <div class="card-body">
  43. <h2 class="mb-3">Your free trial period has expired!</h2>
  44. <p class="text-secondary mb-4">
  45. If you want to continue to benefit from Tabler, it's time to upgrade your plan.
  46. </p>
  47. <ul class="list-unstyled space-y">
  48. <li class="row g-2">
  49. <span class="col-auto"><!-- Download SVG icon from http://tabler-icons.io/i/check -->
  50. <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>
  51. </span>
  52. <span class="col">
  53. <strong class="d-block">Over 800+ productions</strong>
  54. <span class="d-block text-secondary">Unlimited movies, TV shows and more.</span>
  55. </span>
  56. </li>
  57. <li class="row g-2">
  58. <span class="col-auto"><!-- Download SVG icon from http://tabler-icons.io/i/check -->
  59. <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>
  60. </span>
  61. <span class="col">
  62. <strong class="d-block">Watch everywhere</strong>
  63. <span class="d-block text-secondary">Watch on smart TVs, PlayStation, Xbox, Apple TV, Blu-ray players and more.</span>
  64. </span>
  65. </li>
  66. <li class="row g-2">
  67. <span class="col-auto"><!-- Download SVG icon from http://tabler-icons.io/i/check -->
  68. <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>
  69. </span>
  70. <span class="col">
  71. <strong class="d-block">Personalize</strong>
  72. <span class="d-block text-secondary">Choose your own style, watch what you like.</span>
  73. </span>
  74. </li>
  75. </ul>
  76. <div class="my-4">
  77. <a href="#" class="btn btn-primary w-100">
  78. Upgrade to a paid plan
  79. </a>
  80. </div>
  81. <p class="text-secondary">
  82. If you need to get a trial extension please feel free to <a href="#">contact us</a>.
  83. </p>
  84. </div>
  85. </div>
  86. </div>
  87. </div>
  88. <!-- Libs JS -->
  89. <!-- Tabler Core -->
  90. <script src="./dist/js/tabler.min.js?1692870487" defer></script>
  91. <script src="./dist/js/demo.min.js?1692870487" defer></script>
  92. </body>
  93. </html>