blob: a40d21079a55c6a573f493690693c928bef3ddb2 (
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
|
<!DOCTYPE html>
<html>
<head>
<title>Les Running Gags - Dates</title>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<link rel="stylesheet" type="text/css" href="./style.css" />
</head>
<body>
<div class="content">
<div class="date">
<p class="date-desc">Rencontres musicales</p>
<div>
<hr>
<p>--------<br>€€</p>
</div>
</div>
<div class="date">
<p class="date-desc">Concert privé<br>St Martin Je Sais Plus Quoi</p>
<div>
<hr>
<p>28-08-23<br>Entrée privée</p>
</div>
</div>
</div>
</body>
</html>
|