Files
mwitnessing/pages/404.js
Dobromir Popov 138918c043 add 404 page
2024-12-02 22:12:22 +02:00

3 lines
111 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default function Custom404() {
return <h1>404 - Страницата не е намерена</h1>
}