-
Notifications
You must be signed in to change notification settings - Fork 16
/
cfacile.html
44 lines (37 loc) · 1.42 KB
/
cfacile.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
<!DOCTYPE html>
<html lang="fr-FR">
<head>
<meta charset="utf-8">
<title>La Brique Internet, c'est facile !</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/cfacile.css" />
</head>
<body class="nojs">
<header>
<div id="banniere">
<p class="banTexte"><span>LaBrique</span>Înter.net,</p>
<p class="banTexte">c'est <span>facile</span> !</p>
<p class="bypetit">Par Petit.</p>
</div>
</header>
<main>
<section>
<div id="video" class="video">
<video width="800" height="450" src="video/cfacile.webm" preload="metadata" controls="controls" tabindex="0">
Utilisez un navigateur récent pour visualiser cette vidéo.
</video>
<p><em>(séquence vidéo produite par <a href="http://www.arte.tv">Arte</a>)</em></p>
<p><a href="https://labriqueinter.net">Plus d'informations sur la Brique Internet</a></p>
<p><strong>Fun fact : </strong>En 2014, Petit s’est offert une petite excursion <a href="https://ldn-fai.net/ldn-est-sur-youporn/">sur YouPorn</a> !
</div>
</section>
</main>
<footer>
<div class="logos">
<a href="https://ffdn.org"><img alt="Fédération French Data Network" src="img/ffdn.png" /></a>
</div>
</footer>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>