templates/home/paused.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html lang="fr">
  3.     <head>
  4.         <title>(Pause)Carole Chabanne - Psychologue</title>
  5.         <link href="{{ asset('css/styles.css') }}" rel="stylesheet" />
  6.         <link rel="stylesheet" href="{{ asset('css/tailwind.css') }}" type="text/css" />
  7.     </head>
  8.     <body id="page-top">
  9.         <!-- Masthead-->
  10.         <header class="masthead text-black text-center" id="section1">
  11.             <div class="container d-flex align-items-center flex-column">
  12.                 <!-- Masthead Heading-->
  13.                 <h1 class="masthead-heading text-uppercase mb-0" style="color: rgb(2, 58, 88);">Carole CHABANNE</h1>
  14.                 <h3 style="color: rgb(2, 58, 88);padding-top:10px;" text-white>Psychologue clinicienne de l'enfant</h3>
  15.                 <h3 style="color: rgb(2, 58, 88);padding-top:10px;font-style: italic;" text-white>Site en pause</h3>
  16.             </div>
  17.         </header>
  18.     </body>
  19. </html>