29 lines
1.0 KiB
HTML
29 lines
1.0 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Liste de liens</title>
|
|
</head>
|
|
<body>
|
|
<h1> srivastava-tiamzon <strong>emmanuel</strong></h1>
|
|
|
|
<p lang="fr">Voici ma liste de liens !</p>
|
|
<ul>
|
|
<li><a href="https://grond.iut-fbleau.fr/" target="_blank">L'endroit mondial de l'IUT</a></li>
|
|
<li><a href="https://www.youtube.com/@manu0st319" target="_blank">Une chaîne youtube de qualité</a></li>
|
|
</ul>
|
|
|
|
<ol>
|
|
<li><a href="https://www.toptal.com/designers/htmlarrows/punctuation/" target="_blank">La ponctuation en HTML</a></li>
|
|
<li><a href="https://www.bible.com/fr/bible/504/MAT.5.BCC1923" target="_blank">Un passage important</li>
|
|
</ol>
|
|
|
|
<dl>
|
|
<li><a href="https://www.programiz.com/c-programming/online-compiler/" target="_blank">Compiler en C sans soucis</a></li>
|
|
<li><a href="https://www.programiz.com/python-programming/online-compiler/" target="_blank">Compiler en python sans soucis</a></li>
|
|
|
|
</dl>
|
|
|
|
|
|
</body>
|
|
</html> |