Skip to main content
Module

x/goober/website/public/pages/_404.js

πŸ₯œ goober, a less than 1KB πŸŽ‰ css-in-js alternative with a familiar API
Go to Latest
File
const NotFound = () => ( <section> <h1>404: Not Found</h1> <p>It's gone :(</p> </section>);
export default NotFound;