-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhello.html
62 lines (54 loc) · 1.22 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Formation GIT</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<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 suis Diakité Soumaila et j'apprend en ce moment le fonctionnent de git pour le travail collaboratif à Veone.
</p>
</div>
<!-- Récompense medal_gold.png medal_silver-->
<div>
<h1> Mes récompenses</h1>
<p>
<img src="images/medal_bronze.png"/>
Médaille de bronze
<img src="images/medal_gold.png"/>
Médaille d'or
<img src="images/medal_silver.png"/>
Médaille d'argent
</p>
</div>
<!-- Mon gist -->
<div>
<h1> Mon gist</h1>
<p>
<script src="https://gist.github.com/misterprog-dev/b4d718a62999a56b2f1d68f1122185a9.js"></script>
</p>
</div>
<!-- Mes commandes git -->
<div>
<h1> Mes commandes git </h1>
<p>
git pull --rebase
</p>
<p>
git push
</p>
<p>
git commit -m "commentaires"
</p>
</div>
</body>
</html>