-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathordinateur.html
31 lines (31 loc) · 1.34 KB
/
ordinateur.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="style2.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/ordinateur.jpg" class="img" />
<h2>Tout est une question de choix dans la vie :</h2>
<p>Tu allumes ton computer et tu te retrouves avec :</p>
</div>
<ul>
<li id="prem"><a href="ecran_noir.html">Un<br />
écran noir !</a></li>
<li id="deux"><a href="session.html">Une demande<br />
de mot de passe que tu as oublié !</a></li>
<li id="trois"><a href="update.html">Une tonne<br/>
de mises à jour</a></li>
<li id="quatre"><a href="fonctionnel.html">Un beau<br />
bureau fonctionnel et léger</a></li>
<li id="cinq"><a href="cafouilli.html">Un bureau<br />
caffouillis, long à charger</a></li>
</ul>
</div>
</html>