blob: b00b201b0f6c1a5cb5e0c04c5a80356c1567010b (
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
|
<!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>
<nav>
<a href="index.html">Retour</a>
<a href="membres.html">Le groupe</a>
<a href="#">Nos dates</a>
</nav>
<div class="content">
<div class="date">
<p class="date-desc">Rencontres musicales</p>
<div>
<hr>
<p>19 août 2023<br>Entrée libre</p>
</div>
</div>
</div>
</body>
<a href="index.html" class="return">Retour</a>
</html>
|