-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhello.html
39 lines (30 loc) · 934 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
<!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 -->
<h1>Ma description</h1>
<div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Eum nisi ipsum nihil ad laborum nobis quasi est distinctio autem aut sapiente, dolore repudiandae nemo recusandae fugiat qui inventore vel architecto.</p>
</div>
<!-- recompenses -->
<h1>Mes récompenses</h1>
<div>
<p><img src="images\medal_bronze.png" /> <img src="images\medal_silver.png" /></p>
</div>
<!-- commandes git -->
<h1>Mes commandes git</h1>
<div>
<p>git pull</p>
</div>
</body>
</html>