Create PageNotFound.jsx

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-12-17 15:05:29 +01:00
parent 1ee31e6fd8
commit fa9298a334
3 changed files with 15 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
import Background from "../../components/background/background.jsx";
export default function PageNotFound() {
return <Background>
<h1>404</h1>
</Background>
}