-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (44 loc) · 1.91 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!-- After editing this doc, don't forget to edit the (.py) files -->
<!DOCTYPE html>
<html lang="fr" dir="ltr">
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<title>Faculté de médecine</title>
<link rel="icon" type="image/x-icon" href="assets/icon.svg">
<link rel="stylesheet" href="styles.css">
<script type="text/javascript" src='script.js'></script>
</head>
<body>
<div class="title_bar">
<a href=""><img class="logo" src="assets/logo.avif" alt="logo"></a>
<p><img class="in_the_name_of_Allah" src="assets/In the name of Allah.png" alt="In the name of Allah"> </p>
<p class="welcome">Bienvenue dans notre site web de la médecine!</p>
<p class="warning">(Ce n'est pas le site officiel de la faculté de Chlef)</p>
</div>
<div id='search_div_id' class='search'>
<img class="search_icon" src='assets/search.png' alt='Search Bar'>
<input id='search_input_id' class="search_input" onkeyup="catchSearchValue();" placeholder="Rechercher">
<div id="search_labels_id" class="search_labels"></div>
</div>
<!-- edit the (.py) files after this. -->
<nav>
<h1>Pages Principales:</h1>
<a href="introduction.html">Introduction</a> <br>
<a href="contact.html">Contactez-moi</a> <br>
<a href="help.html">Contribuer</a> <br>
<a href="about.html">À propos</a> <br>
<h2>Articles:</h2>
<a href="articles/Applications.html">Applications</a> <br>
<a href="articles/Termes_Affixes.html">Termes & Affixes</a> <br>
<a href="articles/Autres_Resources.html">Autres Resources</a> <br>
</nav>
<h2>Nouveautés:</h2>
<ul>
<li>Les applications sont à nouveau disponibles, désolé pour le retard. <br>
(Vous pouvez me contacter à propos des liens rompus)</li>
</ul>
</body>
<footer>
© 2024 Didouna Mohyeddine, Publié Dans <a href="https://github.com/" target='_blank'>Github</a>
</footer>
</html>