diff options
Diffstat (limited to 'en')
| -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> + |
