diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2023-06-14 22:30:20 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2023-06-14 22:30:20 +0200 |
| commit | ee187af3dafc9be535ccde26badbdd9ce63a607a (patch) | |
| tree | 5d4c43c2773e6051f77fc6a4186a83896b49758d /index.html | |
init: inital commit
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..1bfdf74 --- /dev/null +++ b/index.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html lang="fr"> + <head> + <title>Marcellus</title> + <meta content="text/html; charset=utf-8" http-equiv="content-type" /> + <link rel="stylesheet" type="text/css" href="./style.css" /> + </head> + <body> + <h1>Marcellus</h1> + <div class="links"> + <a href="#" class="link"> + <img src=img/aboutme.png /> + <span>Qui suis-je ?</span> + </a> + <a href="#" class="link">Informatique</a> + <a href="#" class="link">Musique</a> + </div> + </body> +</html> + |
