-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhello.html
48 lines (40 loc) · 1.27 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
42
43
44
45
46
47
48
<!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 Bruno LAURENT et j'apprends Git
</p>
</div>
<! -- reconpense -->
<div>
<h1> Ma reconpenses</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>
en construction<script src="https://gist.github.com/RedGoldPhoenix/99755aea4479acdd3007eb9a57cb9517.js"></script>
</p>
</div>
<! -- Commandes github -->
<div>
<h1> Mes commandes github</h1>
<p> git pull </p>
<p> git push </p>
<p> git add </p>
</div>
</body></html>