diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2023-06-28 17:29:53 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2023-06-28 17:29:53 +0200 |
| commit | 230199374980643768e2a25b11db7e7e771ab38a (patch) | |
| tree | 875338b1ada69c57d363492d954f9dd235fcb48f /membres.html | |
init: initial commit
Diffstat (limited to 'membres.html')
| -rw-r--r-- | membres.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/membres.html b/membres.html new file mode 100644 index 0000000..2a8c876 --- /dev/null +++ b/membres.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html> + <head> + <title>Les Running Gags - Membres</title> + <link rel="stylesheet" type="text/css" href="style.css" /> + <meta content="text/html; charset=utf-8" http-equiv="content-type" /> + </head> + <body> + <div class="content"> + <h1>Membres du groupe</h1> + <ul> + <li><div class="zikos">Camille</div></li> + <li><div class="zikos">Thomas</div></li> + <li><div class="zikos">Martial</div></li> + <li><div class="zikos">Victor</div></li> + <li><div class="zikos">Lucas</div></li> + </ul> + </div> + </body> +</html> + |
