summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2023-06-28 17:29:53 +0200
committerMartial Simon <msimon_fr@hotmail.com>2023-06-28 17:29:53 +0200
commit230199374980643768e2a25b11db7e7e771ab38a (patch)
tree875338b1ada69c57d363492d954f9dd235fcb48f /index.html
init: initial commit
Diffstat (limited to 'index.html')
-rw-r--r--index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..088b47c
--- /dev/null
+++ b/index.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Les Running Gags</title>
+ <link rel="stylesheet" type="text/css" href="style.css" />
+ <meta charset="utf-8" />
+ </head>
+ <body class="index">
+ <h2>Bienvenue sur le site des Running Gags !</h2>
+ <a class="button" href="membres.html">
+ <h3>Membres du groupe</h3>
+ </a>
+ <a class="button" href="dates.html">
+ <h3>Nos dates</h3>
+ </a>
+ </body>
+</html>