20 lines
657 B
HTML
20 lines
657 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>BLOG</title>
|
|
</head>
|
|
<body>
|
|
|
|
<ul>
|
|
<li><a href="https://grond.iut-fbleau.fr/monnerat/web_2024/src/branch/main/R1.02/tp/tp2#liens"target="premiere_partie">Partie 1</a></li>
|
|
<li><a href="https://grond.iut-fbleau.fr/monnerat/web_2024/src/branch/main/R1.02/tp/tp2#texte">Partie 2</a></li>
|
|
<li><a href="https://www.youtube.com/@manu0st319" target="_blank">Partie </a></li>
|
|
|
|
</ul>
|
|
|
|
<h1><strong>Mon article de blog</strong></h1>
|
|
|
|
<h2><strong>Ma première partie</strong></h2>
|
|
<div id="premiere_partie">Ma première partie</div>
|
|
<p></p> |