expressjs -> nextjs
This commit is contained in:
13
nextjs/app/not-found.js
Normal file
13
nextjs/app/not-found.js
Normal file
@@ -0,0 +1,13 @@
|
||||
export default function NotFoundPage() {
|
||||
return (
|
||||
<main className="page-shell narrow">
|
||||
<section className="panel centered">
|
||||
<h1>Seite nicht gefunden</h1>
|
||||
<p className="muted">Die angeforderte Seite existiert nicht oder wurde verschoben.</p>
|
||||
<a className="btn" href="/manage/login">
|
||||
Zurück zur Anmeldung
|
||||
</a>
|
||||
</section>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user