-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhello.html
More file actions
39 lines (27 loc) · 1.14 KB
/
hello.html
File metadata and controls
39 lines (27 loc) · 1.14 KB
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
<!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> Bonjour je m'appelle Jérémy et j'ai 25 ans. J'étudie en mathématiques appliquées. </p>
</div>
<!-- récompense -->
<div>
<h1> Mes récompenses</h1>
<p> <img src="images/medal_bronze.png"> <img src="images/medal_silver.png"> <img src="images/medal_gold.png"> </p>
</div>
<!-- mon gist -->
<div>
<h1> Mon gist </h1>
<p> <script src="https://gist.github.com/jeremyppp/a4adc1ac92965f2ee939febcfba0df45.js"></script> </p>
</div>
</body></html>