-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1.html
47 lines (41 loc) · 1.94 KB
/
1.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
<!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 1</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>Oisif Agressif n°1</h1>
</div>
</div>
<ul>
<li><b>Dessins :</b> Delphine, des éditions de la dernière chance
<a href="https://www.instagram.com/dernierechanceeditions/" target="_blank">instagram.com/dernierechanceeditions/</a>
</li>
<li><b>Illustratrice invitée : </b>Ekkynox
<a href="https://www.etsy.com/fr/shop/Ekkynox" target="_blank">etsy.com/fr/shop/Ekkynox</a></li>
<li><b>Mise en page :</b> Boz, <a href="http://octokunst.tumblr.com/" target="_blank">octokunst.tumblr.com/</a>
</li>
</ul>
<iframe style="width:100%; height:800px;" src="//e.issuu.com/embed.html#32831657/58758964" frameborder="0"
allowfullscreen></iframe>
</div>
</body>
<footer class="footer">
<div class="container">
<span class="text-muted"><a href="https://www.instagram.com/oisifagressif/?hl=fr" target="_blank">Suis-nous sur instagram <i
class="fab fa-instagram"></i> et gagne des points de Karma !</a></span>
</div>
</footer>