feat: migration vers template academic-homepage original
Build and Deploy Jekyll / deploy (push) Successful in 42s

This commit is contained in:
2026-05-25 20:23:42 +02:00
parent 8500659207
commit b3c00734c2
78 changed files with 3458 additions and 188 deletions
+5 -8
View File
@@ -1,10 +1,7 @@
---
layout: default
title: "404 Page introuvable"
layout: prompt
title: 404 - Page Not Found
---
<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>
<h1 class="mt-5">404</h1>
<p class="lead">The requested page could not be found.</p>
<p><a href="{{ '/' | relative_url }}">Go home</a></p>