generated from avinay/discord-bot
<feat>(all): adding configuration files
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Blog — Anthony Vinay</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;1,400&family=Source+Sans+3:wght@400;600&display=swap" rel="stylesheet" />
|
||||
<link rel="stylesheet" href="/css/blog.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<a class="back" href="/">← Accueil</a>
|
||||
|
||||
<div class="page">
|
||||
|
||||
<div class="page-header">
|
||||
<h1>Blog</h1>
|
||||
<p class="subtitle">Carnets de voyages & activités personnelles</p>
|
||||
</div>
|
||||
<hr class="thick" />
|
||||
|
||||
<div class="placeholder">
|
||||
<p class="placeholder-status">En construction</p>
|
||||
<p class="placeholder-message">
|
||||
Cette section accueillera prochainement mes carnets de voyages, expériences personnelles et autres réflexions.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="page-footer">
|
||||
<span>Anthony Vinay</span>
|
||||
<span>avinay.ddns.net/blog</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user