-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhello.html
44 lines (36 loc) · 964 Bytes
/
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
<!DOCTYPE html>
<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> Phobos Anomaly est maintenant un expert GIT !</p>
</div>
<!-- récompenses -->
<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>
<!-- gist -->
<div>
<h1> Mon gist </h1>
<p> <script src="https://gist.github.com/PhobosAnomaly666/2aba041bcfe26052a38d8d7dfdcd7e17.js"></script> </p>
</div>
<!-- Commandes Git -->
<div>
<h1> Mes commandes Git </h1>
<p> git pull </p>
<p> git push </p>
<p> git log </p>
</div>
</body>
</html>