-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhello.html
57 lines (38 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
45
46
47
48
49
50
51
52
53
54
55
56
57
<!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>Validation des acquis</p>
</div>
<!-- Reconpense -->
<div>
<h1> Mes recompenses</h1>
<p><img src ="images\medal_bronze.png"><img src ="images\medal_silver.png"></p>
</div>
<!-- Reconpense -->
<div>
<h1> Mon gist</h1>
<p><script src="https://gist.github.com/Qelai/c8bcaa5e8b0536e62d33f949a9020cc5.js"></script></p>
</div>
<!-- Commandes git -->
<div>
<h1> Commandes git</h1>
<p>git pull</p>
<p>git push</p>
<p>git commit</p>
<p>git init</p>
</div>
</body>
</html>