-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhello.html
41 lines (27 loc) · 1.15 KB
/
hello.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
<!DOCTYPE html>
<!-- saved from url=(0268)https://mp4-a.udemycdn.com/2018-06-27_12-49-35-ad92057bdafda2c4cfe49e64bcd273be/original.html?vcDtbq7QYDuchfBrzkZ7Jr5_8ixrcqY9Kqb0Glkoi53T-%2DaStrO3j6iv3pg2lczlnr2WxSO06A4FFVZDIJsQP5n6DzM95nB8KMoFKVWjyqLCnctzCRaHZKnHO3MmNvcrJAo7dGKKzqqknX1YjdcU6VTly_0Dt3J3amStHNxNG98w -->
<html lang="fr"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Formation GIT</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- TITRE -->
<div id="top-banner">
Bienvenue dans cette formation GIT !
</div>
<!-- description -->
<div>
<h1> Ma description </h1>
<p> Cédric Duprez, chef du pôle DBA de l'IGN </p>
</div>
<!-- recompense -->
<div>
<h1> Mes récompenses </h1>
<p> <img src="images/medal_bronze.png"> </p>
</div>
<!-- mon gist -->
<div>
<h1> Mon gist </h1>
<p> <script src="https://gist.github.com/ced75/f76978f7117a62ad30a0847b36f87680.js"></script> </p>
</div>
</body></html>