fel_website/output/my-super-post-2.html
2020-04-03 15:05:13 +02:00

28 lines
812 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Félicie</title>
<link rel="stylesheet" href="/theme/css/main.css" type="text/css" />
</head>
<body>
<div class='sidebar'>
<a id='home' href='index.html'> /HOME </a></br>
<div id='anchors'>
<a href=article-manon.html>L'article de Manon</a></br>
<a href=my-super-post-1.html>My super title 1</a></br>
<a href=my-super-post-2.html>My super title 2</a></br>
</div>
</div>
<div class='content'>
<h1 class='article-title'>My super title 2</h1>
<h2 class='article-author'> by theo</h2>
<div class='article-content'> <h1>Second article</h1>
<p>Other random shit to talk about </p>
<h2>other shit</h2></div>
</div>
</body>
</html>