Files
html/404.html
2026-04-12 22:57:03 +02:00

54 lines
3.2 KiB
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page introuvable — WEVAL Consulting</title>
<meta name="description" content="La page que vous cherchez n'existe pas ou a été déplacée. Retournez à l'accueil de WEVAL Consulting.">
<meta name="robots" content="noindex, follow">
<link rel="canonical" href="https://weval-consulting.com/">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #0f172a; color: #e2e8f0; display: flex; align-items: center; justify-content: center; min-height: 100vh; }
.container { text-align: center; max-width: 600px; padding: 2rem; }
.error-code { font-size: 8rem; font-weight: 900; background: linear-gradient(135deg, #6366f1, #8b5cf6); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; }
h1 { font-size: 1.5rem; margin: 1rem 0; color: #f1f5f9; }
p { color: #94a3b8; margin: 0.5rem 0 2rem; line-height: 1.6; }
.links { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
a { display: inline-block; padding: 0.75rem 1.5rem; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 0.9rem; transition: 0.3s; }
.primary { background: linear-gradient(135deg, #6366f1, #8b5cf6); color: #fff; }
.primary:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(99,102,241,0.4); }
.secondary { border: 1px solid #475569; color: #e2e8f0; }
.secondary:hover { border-color: #6366f1; color: #a5b4fc; }
.suggestions { margin-top: 2.5rem; text-align: left; }
.suggestions h2 { font-size: 1rem; color: #94a3b8; margin-bottom: 0.75rem; }
.suggestions ul { list-style: none; }
.suggestions li { padding: 0.4rem 0; }
.suggestions a { padding: 0; display: inline; color: #818cf8; font-weight: 400; }
.suggestions a:hover { color: #a5b4fc; }
</style>
</head>
<body>
<div class="container">
<div class="error-code">404</div>
<h1>Page introuvable</h1>
<p>La page que vous cherchez n'existe pas, a été déplacée ou est temporairement indisponible.</p>
<div class="links">
<a href="/" class="primary">Retour à l'accueil</a>
<a href="/contact" class="secondary">Nous contacter</a>
</div>
<div class="suggestions">
<h2>Pages populaires :</h2>
<ul>
<li><a href="/solutions">→ Nos Services IT &amp; Conseil</a></li>
<li><a href="/services/intelligence-artificielle">→ Intelligence Artificielle</a></li>
<li><a href="/services/cybersécurité">→ Cybersécurité</a></li>
<li><a href="/blog/index.html">→ Blog &amp; Actualités</a></li>
<li><a href="/wevia">→ WEVIA — Notre IA</a></li>
<li><a href="/marketplace">→ Marketplace Solutions</a></li>
</ul>
</div>
</div>
</body>
</html>