This repository has been archived on 2021-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
blog-legacy/index.php

28 lines
658 B
PHP
Raw Normal View History

2020-03-05 13:09:16 +01:00
<!DOCTYPE html>
<html>
<head>
<title>L'étudiant auto-hébergé</title>
<meta charset="utf-8" />
</head>
<body>
<h1>L'étudiant auto-hébergé - Blog</h1>
<p>Vous pouvez trouver ici mes billets de blog sur mon quotidien en tant qu'étudiant auto-hébergé.</p>
<hr />
<article>
<h1><a href="#lien-vers-l-article">Nom de l'article</a></h1>
<p>Description</p>
</article>
<hr />
<article>
<h1><a href="#lien-vers-l-article">Nom de l'article</a></h1>
<p>Description</p>
</article>
<hr />
<article>
<h1><a href="#lien-vers-l-article">Nom de l'article</a></h1>
<p>Description</p>
</article>
<hr />
</body>
</html>