fix(andreknie.de): normalize SEO metadata and document structure
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import React from 'react'
|
||||
import { Link } from 'react-router-dom'
|
||||
import SEOHead from '../components/SEOHead'
|
||||
|
||||
export default function NotFound() {
|
||||
return (
|
||||
<main style={{ paddingTop: '120px', minHeight: '100vh', display: 'flex', alignItems: 'center', justifyContent: 'center' }}>
|
||||
<SEOHead title="Seite nicht gefunden" description="Die angeforderte Seite wurde nicht gefunden." noindex url="/404" />
|
||||
<div className="app-container" style={{ textAlign: 'center' }}>
|
||||
<h1 style={{ fontSize: '6rem', marginBottom: '16px' }}><span className="text-gradient">404</span></h1>
|
||||
<p style={{ color: 'var(--text-secondary)', fontSize: '1.2rem', marginBottom: '32px' }}>Diese Seite existiert nicht.</p>
|
||||
|
||||
Reference in New Issue
Block a user