diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2023-06-16 16:38:52 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2023-06-16 16:38:52 +0200 |
| commit | 9137cfd95b09c7d113e745f04e06d0e66ca64b6d (patch) | |
| tree | 40fe29599c3cd557ef1f4fa379b3c6da559ceb70 /en/index.html | |
| parent | ee187af3dafc9be535ccde26badbdd9ce63a607a (diff) | |
feat: index.html à peu près pleine, texte dans moa.html
Diffstat (limited to 'en/index.html')
| -rw-r--r-- | en/index.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/en/index.html b/en/index.html new file mode 100644 index 0000000..bddf2c4 --- /dev/null +++ b/en/index.html @@ -0,0 +1,29 @@ +<!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> + <a href="../index.html" class="language">🇫🇷</a> + <div class="links"> + <a href="me.html" class="link"> + <img src=../img/aboutme.png width=60% /> + <span>Who am I ?</span> + </a> + </div> + <div class="links"> + <a href="#" class="link"> + + <span>IT</span> + </a> + <a href="#" class="link"> + <img src=../img/music.png width=60% /> + <span>Music</span> + </a> + </div> + </body> +</html> + |
