-
Notifications
You must be signed in to change notification settings - Fork 0
/
hello.html
42 lines (37 loc) · 951 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
<!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 id="description">
<h1>My description</h1>
<p>Suck my <strong>dick</strong> !</p>
</div>
<!-- recompense -->
<div>
<h1>My gifts</h1>
<p>
<img src="images/medal_bronze.png" alt="" /><img
src="images/medal_silver.png"
alt=""
/>
</p>
</div>
<!-- My gist -->
<div>
<h1>My gist</h1>
<p>
<script src="https://gist.github.com/Thibault-34/3122311614ee0c90e4f111799c08421a.js"></script>
</p>
</div>
</body>
</html>