15 lines
383 B
HTML
15 lines
383 B
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||
|
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
|
||
|
<head>
|
||
|
<title>Jean Racine</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<blockquote>
|
||
|
<p><cite>Pour qui sont ces serpents qui sifflent sur vos
|
||
|
têtes ?</cite><br />
|
||
|
— Jean Racine, <cite>Andromaque</cite></p>
|
||
|
</blockquote>
|
||
|
</body>
|
||
|
</html>
|