-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsoluce.html
33 lines (28 loc) · 1.13 KB
/
soluce.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css"
integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<meta charset="UTF-8">
<title>Le Oisif Agressif numéro 2</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-1">
<a href="index.html"> <img src="img/oisif.png" alt="oisif agressif"></a>
</div>
<div class="col-sm">
<h1>Soluces des jeux (By Radix) #3</h1>
</div>
</div>
<div>
<img src="img/soluces.png" alt="Soluces" width="280px">
</div>
</div>
</body>
</html>