-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
53 lines (44 loc) · 2.03 KB
/
Copy pathabout.html
File metadata and controls
53 lines (44 loc) · 2.03 KB
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
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lte IE 7]>
<link rel="stylesheet" href="style_ie.css" />
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>le Monde Meta</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<header>
<!-- Put your header here -->
<div id="banner_image">
<div id="banner_title">
<a href="index.html"><h1>Le Monde Meta</h1></a>
<p>Littérature et politique</p>
</div>
</div>
<a name="top"></a>
</header>
<nav> <!-- This is the navigation menu; to be put on the left side of the page -->
<ul class="drop-down closed">
<li><a href="Romans.html">Romans</a></li>
<li><a href="Nouvelles.html">Nouvelles</a></li>
<li><a href="Journal.html">Journal</a></li>
<li><a href="Divers.html">Divers</a></li>
<li><a href="about.html">A propos</a></li>
</ul>
</nav>
<section>
<p>Théodore Abitbol, 30 ans. Militant parfois travailleur et toujours étudiant. Antifasciste et de gauche, qui aime l'argent et la fête, pas à une contradiction près.</p>
<p></p>
<p>Ce site est autant un catalogue commercial qu'une collection d'écrits.</p>
<p>Il hébèrge des nouvelles, des fragments de romans et de journal, parfois quelques notes à destination d'un public amateur de littérature politique. "Littérature ET politique" il est faussement écrit sur la bannière: car on ne fait pas la première sans la seconde, ni l'inverse, quoiqu'on en dise.</p>
</section>
<footer>
</footer>
</body>
</html>