How can I create my custom 404-not found page for a website I created through Repl.it? I know I would have to go to the .htaccess
file if I were hosting it (or using a hosting service, maybe?), but what about through Repl.it? How can I create my custom 404-not found page using HTML, Javascript, and CSS?
Note: I already have the file written as a .html
. I just need to be able to display it on an invalid URL...