app.blade.php 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <meta name="description" content="">
  7. <meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
  8. <meta name="generator" content="Jekyll v3.8.6">
  9. <title>DB</title>
  10. <link rel="canonical" href="https://getbootstrap.com/docs/4.4/examples/cover/">
  11. <!-- Bootstrap core CSS -->
  12. <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
  13. <!-- Favicons -->
  14. <link rel="apple-touch-icon" href="/docs/4.4/assets/img/favicons/apple-touch-icon.png" sizes="180x180">
  15. <link rel="icon" href="/docs/4.4/assets/img/favicons/favicon-32x32.png" sizes="32x32" type="image/png">
  16. <link rel="icon" href="/docs/4.4/assets/img/favicons/favicon-16x16.png" sizes="16x16" type="image/png">
  17. <link rel="manifest" href="/docs/4.4/assets/img/favicons/manifest.json">
  18. <link rel="mask-icon" href="/docs/4.4/assets/img/favicons/safari-pinned-tab.svg" color="#563d7c">
  19. <link rel="icon" href="/docs/4.4/assets/img/favicons/favicon.ico">
  20. <meta name="msapplication-config" content="/docs/4.4/assets/img/favicons/browserconfig.xml">
  21. <meta name="theme-color" content="#563d7c">
  22. <style>
  23. .bd-placeholder-img {
  24. font-size: 1.125rem;
  25. text-anchor: middle;
  26. -webkit-user-select: none;
  27. -moz-user-select: none;
  28. -ms-user-select: none;
  29. user-select: none;
  30. }
  31. @media (min-width: 768px) {
  32. .bd-placeholder-img-lg {
  33. font-size: 3.5rem;
  34. }
  35. }
  36. </style>
  37. <!-- Custom styles for this template -->
  38. <link href="css\cover.css" rel="stylesheet">
  39. </head>
  40. <body class="text-center">
  41. <div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
  42. <header class="masthead mb-auto">
  43. <div class="inner">
  44. <h3 class="masthead-brand">Работа с БД</h3>
  45. @yield('check')
  46. </div>
  47. </header>
  48. <main role="main" class="inner cover">
  49. @yield('content')
  50. </main>
  51. {{-- <footer class="mastfoot mt-auto">
  52. <div class="inner">
  53. <p>Cover template for <a href="https://getbootstrap.com/">Bootstrap</a>, by <a href="https://twitter.com/mdo">@mdo</a>.</p>
  54. </div>
  55. </footer> --}}
  56. </div>
  57. </body>
  58. </html>