-
-
Save alkaj/418d38e80d129baaf5e47992ccba2213 to your computer and use it in GitHub Desktop.
Mes Liens
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="fr"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>Mes Liens</title> | |
</head> | |
<body> | |
<header> | |
<h1>Bienvenue sur ma page web!</h1> | |
<p> | |
Je vous présente <em>ma</em> super page web qui contient | |
<em>mes</em> supers liens 😎 ! | |
</p> | |
</header> | |
<main> | |
<nav> | |
<ul> | |
<li> | |
<a href="https://www.leetcode.com" rel="noopener" target="_blank" | |
>Leet Code</a | |
> | |
</li> | |
<li> | |
<a href="https://www.codewars.com" rel="noopener" target="_blank" | |
>Code Wars</a | |
> | |
</li> | |
<li> | |
<a href="https://www.github.com" rel="noopener" target="_blank" | |
>Git Hub</a | |
> | |
</li> | |
<li> | |
<a href="https://www.gitlab.com" rel="noopener" target="_blank" | |
>Git Lab</a | |
> | |
</li> | |
<li> | |
<a href="https://www.twitter.com" rel="noopener" target="_blank" | |
>Twitter</a | |
> | |
</li> | |
<li> | |
<a href="https://www.linkedin.com" rel="noopener" target="_blank" | |
>Linked In</a | |
> | |
</li> | |
<li> | |
<a | |
href="https://console.cloud.google.com" | |
rel="noopener" | |
target="_blank" | |
>GCP</a | |
> | |
</li> | |
</ul> | |
</nav> | |
</main> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment