error page

This commit is contained in:
Olivier PARPAILLON
2024-11-25 14:01:59 +01:00
parent 4561cea8d4
commit 3fd95744a9
9 changed files with 155 additions and 9 deletions

10
assets/not-found.js Normal file
View File

@@ -0,0 +1,10 @@
// import './bootstrap.js';
/*
* Welcome to your app's main JavaScript file!
*
* This file will be included onto the page via the importmap() Twig function,
* which should already be in your base.html.twig.
*/
import './styles/not-found.css';
console.log('This log comes from assets/notfound.js - welcome to AssetMapper! 🎉');