blob: 18bcf385cb67d12b59e550e510f4f078df7a5072 (
plain)
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
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title> Ici THK — Les Forces Francaises de l'Interieur parlent aux francais </title>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<header>
<h1> <a href="index.html">Ici THK</a> </h1>
<h2> Bernard ASPE </h2>
<h3> Temps commun </h3>
</header>
<main>
<article>
<p>Hello</p>
</article>
<nav>
<ul>
<li><a href="bernard-aspe.html">ASPE</a></li>
<li><a href="karen-barad.html">BARAD</a></li>
<li><a href="muriel-combes.html">COMBES</a></li>
<li><a href="stephane-lupasco.html">LUPASCO</a></li>
<li><a href="deborah-lupton.html">LUPTON</a></li>
<li><a href="lynn-margulis.html">MARGULIS</a></li>
<li><a href="gilbert-simondon.html">SIMONDON</a></li>
<li><a href="subrosa.html">SUBROSA</a></li>
<li><a href="etc.html">Etc.</a></li>
</ul>
</nav>
</main>
</body>
</html>
|