-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (29 loc) · 1018 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GENEALOGIMAC</title>
<link rel="stylesheet" type="text/css" href="./css/style.css">
<!-- for the font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
</head>
<body>
<h1>GÉNÉALOGIMAC </h1>
<h2>Liens parrains–fillots entre générations IMAC</h2>
<div id="promotions"></div>
<div id="promoForm"></div>
<div id="studentsDisplay"></div>
<div id="studentInfos"></div>
<div id="infoStudent"></div>
<div id="godChild"></div>
<div id="godFather"></div>
<div id="family"></div>
<!-- <div id="yourId"></div> -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="./js/request.js"></script>
<script src="./js/display.js"></script>
<script src="./js/main.js"></script>
</body>
</html>