feat: initialisation site académique
Build and Deploy Jekyll / build (push) Has been cancelled

This commit is contained in:
2026-05-25 16:15:37 +02:00
parent f131ff22bf
commit 87ff37dddb
16 changed files with 362 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
---
layout: default
title: "404 — Page introuvable"
---
<div style="text-align:center;padding:4rem 0">
<div style="font-size:4rem;margin-bottom:1rem">🔭</div>
<h1 style="font-size:1.5rem;margin-bottom:1rem">Page introuvable</h1>
<p style="color:var(--text-muted);margin-bottom:2rem">Cette page n'existe pas ou a été déplacée.</p>
<a href="/" style="background:var(--accent);color:white;padding:8px 20px;border-radius:8px;text-decoration:none">Retour à l'accueil</a>
</div>