summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2023-06-16 16:38:52 +0200
committerMartial Simon <msimon_fr@hotmail.com>2023-06-16 16:38:52 +0200
commit9137cfd95b09c7d113e745f04e06d0e66ca64b6d (patch)
tree40fe29599c3cd557ef1f4fa379b3c6da559ceb70 /index.html
parentee187af3dafc9be535ccde26badbdd9ce63a607a (diff)
feat: index.html à peu près pleine, texte dans moa.html
Diffstat (limited to 'index.html')
-rw-r--r--index.html17
1 files changed, 13 insertions, 4 deletions
diff --git a/index.html b/index.html
index 1bfdf74..af2652a 100644
--- a/index.html
+++ b/index.html
@@ -7,13 +7,22 @@
</head>
<body>
<h1>Marcellus</h1>
+ <a href="en/index.html" class="language">🤮🇬🇧</a>
<div class="links">
- <a href="#" class="link">
- <img src=img/aboutme.png />
+ <a href="moa.html" class="link">
+ <img src=img/aboutme.png width=60% />
<span>Qui suis-je ?</span>
</a>
- <a href="#" class="link">Informatique</a>
- <a href="#" class="link">Musique</a>
+ </div>
+ <div class="links">
+ <a href="#" class="link">
+
+ <span>Informatique</span>
+ </a>
+ <a href="#" class="link">
+ <img src=img/music.png width=60% />
+ <span>Musique</span>
+ </a>
</div>
</body>
</html>