angrybeanie-front-end/pages/404.js

3 lines
90 B
JavaScript
Raw Normal View History

export default function Custom404() {
2026-01-24 17:13:50 +11:00
return <h1>404 - I cannae find it Captain</h1>
}