Is it possible to create a custom 404-not found page for a website built on Repl.it? I understand that typically you would access the .htaccess
file if hosting it yourself, but what is the process when using Repl.it? How can I design my own 404-not found page with HTML, Javascript, and CSS?
Just to clarify, I have already written the file as a .html
. I just need guidance on how to display it on an invalid URL...