Advertisement
sttpforever

Untitled

Mar 27th, 2021
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!-- Based on https://getbootstrap.com/docs/4.4/examples/pricing/ -->
  3. <html lang="ru">
  4. <head>
  5. <meta charset="utf-8" />
  6. <meta
  7. name="viewport"
  8. content="width=device-width, initial-scale=1, shrink-to-fit=no"
  9. />
  10. <title>Всяческие услуги</title>
  11.  
  12. <!-- Bootstrap core CSS -->
  13. <link
  14. rel="stylesheet"
  15. href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
  16. integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
  17. crossorigin="anonymous"
  18. />
  19. </head>
  20.  
  21. <body>
  22. <div
  23. class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom shadow-sm"
  24. >
  25. <h5 class="my-0 mr-md-auto font-weight-normal">Всяческие услуги</h5>
  26. </div>
  27.  
  28. <div class="pricing-header px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center">
  29. <h1 class="display-4">Тарифы</h1>
  30. <p class="lead">
  31. Ознакомьтесь с нашими тарифами и закажите услугу.
  32. </p>
  33. </div>
  34. {% for items in views.plans %}
  35. <div class="container">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement