templates/dashboard/index.html.twig line 1

Open in your IDE?
  1. {% block body %}
  2. <style>
  3.     .example-wrapper { margin: 1em auto; max-width: 800px; width: 95%; font: 18px/1.5 sans-serif; }
  4.     .example-wrapper code { background: #F5F5F5; padding: 2px 6px; }
  5. </style>
  6. <html lang="fr">
  7. <head>
  8.     <meta charset="UTF-8">
  9.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  10.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11.     <link rel="stylesheet" href="css/animations.css">  
  12.     <link rel="stylesheet" href="css/main.css">  
  13.     <link rel="stylesheet" href="css/index.css">
  14.     <title>eDoc</title>
  15.     <style>
  16.         table{
  17.             animation: transitionIn-Y-bottom 0.5s;
  18.         }
  19.     </style>
  20.         
  21. </head>
  22. <body>
  23.     
  24.     <div class="full-height">
  25.         <center>
  26.         <table border="0">
  27.             <tr>
  28.                 <td width="80%">
  29.                     <font class="edoc-logo">Doctalys </font>
  30.                     <font class="edoc-logo-sub">| LE CABINET MEDICAL INTELLIGENT</font>
  31.                 </td>
  32.                 <td width="10%">
  33.                    <a href="{{path('app_login')}}"  class="non-style-link"><p class="nav-item">LOGIN</p></a>
  34.                 </td>
  35.                 <td  width="10%">
  36.                     <a href="{{path('app_registration')}}" class="non-style-link"><p class="nav-item" style="padding-right: 10px;">REGISTER</p></a>
  37.                 </td>
  38.             </tr>
  39.             
  40.             <tr>
  41.                 <td  colspan="3">
  42.                     <p class="heading-text">Avoid Hassles & Delays.</p>
  43.                 </td>
  44.             </tr>
  45.             <tr>
  46.                 <td  colspan="3">
  47.                     <p class="sub-text2">How is health today, Sounds like not good!<br>Don't worry. Find your doctor online Book as you wish with eDoc. <br>
  48.                     We offer you a free doctor channeling service, Make your appointment now.</p>
  49.                 </td>
  50.             </tr>
  51.             <tr>
  52.                 
  53.                 <td colspan="3">
  54.                     <center>
  55.                     <!--a href="login.php" >
  56.                         <input type="button" value="Make Appointment" class="login-btn btn-primary btn" style="padding-left: 25px;padding-right: 25px;padding-top: 10px;padding-bottom: 10px;">
  57.                     </a-->
  58.                 </center>
  59.                 </td>
  60.                 
  61.             </tr>
  62.             <tr>
  63.                 <td colspan="3">
  64.                    
  65.                 </td>
  66.             </tr>
  67.         </table>
  68.         <p class="sub-text2 footer-hashen">A Web Solution by Hashen.</p>
  69.     </center>
  70.     
  71.     </div>
  72. </body>
  73. </html>
  74. {% endblock %}