{% block body %}
<style>
.example-wrapper { margin: 1em auto; max-width: 800px; width: 95%; font: 18px/1.5 sans-serif; }
.example-wrapper code { background: #F5F5F5; padding: 2px 6px; }
</style>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/animations.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/index.css">
<title>eDoc</title>
<style>
table{
animation: transitionIn-Y-bottom 0.5s;
}
</style>
</head>
<body>
<div class="full-height">
<center>
<table border="0">
<tr>
<td width="80%">
<font class="edoc-logo">Doctalys </font>
<font class="edoc-logo-sub">| LE CABINET MEDICAL INTELLIGENT</font>
</td>
<td width="10%">
<a href="{{path('app_login')}}" class="non-style-link"><p class="nav-item">LOGIN</p></a>
</td>
<td width="10%">
<a href="{{path('app_registration')}}" class="non-style-link"><p class="nav-item" style="padding-right: 10px;">REGISTER</p></a>
</td>
</tr>
<tr>
<td colspan="3">
<p class="heading-text">Avoid Hassles & Delays.</p>
</td>
</tr>
<tr>
<td colspan="3">
<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>
We offer you a free doctor channeling service, Make your appointment now.</p>
</td>
</tr>
<tr>
<td colspan="3">
<center>
<!--a href="login.php" >
<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;">
</a-->
</center>
</td>
</tr>
<tr>
<td colspan="3">
</td>
</tr>
</table>
<p class="sub-text2 footer-hashen">A Web Solution by Hashen.</p>
</center>
</div>
</body>
</html>
{% endblock %}