-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathattendre.html
32 lines (32 loc) · 1.33 KB
/
attendre.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="style.css" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>ArtdesChoix</title>
</head>
<div>
<h1 class="animation">Et maintenant on va où ?</h1>
<div>
<img src="image/liste-d-attente.jpg" class="img" />
<h2>Tout est une question de choix dans la vie :</h2>
<p>Notre facilitateur nous explique comment va se dérouler la journée,<br />
suite à quoi tu commences par :</p>
</div>
<ul>
<li id="prem"><a href="cafe.html">Boire<br />
un café</a></li>
<li id="deux"><a href="perdu.html">Essayer<br />
de comprendre, car tu es perdu</a></li>
<li id="trois"><a href="ordinateur.html">Ouvrir<br/>
ton ordinateur</a></li>
<li id="quatre"><a href="fumer.html">Fumer<br />
une clope</a></li>
<li id="cinq"><a href="plan.html">Planifier<br />
ta journée</a></li>
</ul>
</div>
</html>