summaryrefslogtreecommitdiff
path: root/dates.html
blob: 8392ce06b4a45a774a30d3b1cae5a53d919575b4 (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
<!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>
</html>