DEV/DEV1.2/exo3.html

28 lines
856 B
HTML
Raw Permalink Normal View History

2024-12-02 09:38:04 +01:00
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="description" content="ma première page">
<meta name="keywords" content="html,but info Fontainebleau, ressource R1.02">
<meta name="author" content="Mathis Moogin">
<title>exo3</title>
</head>
<body>
<h1>TOP 5 de mes sites</h1>
<ol>
<li><a href="https://www.youtube.com/@m4thzilas450">youtube : allez vous abonnez!!! </a></li>
<li><a href="https://anime-sama.fr/">anime sama : lisez berserk</a></li>
<li><a href="https://www.twitch.tv/m4th7ilas">twitch : allez vous sub!!!</a></li>
</ol>
<ul>
<li><a href="https://tracker.gg/valorant/profile/riot/M4th7ilas%235533/overview">valotracker : je suis plat au cas ou</a></li>
</ul>
<dl>
<dt>discord : pour la comunication en ligne</dt>
<dd><a href="https://discord.com/">discord</a></dd>
</dl>
</body>
</html>