Replit can't find my repl webpage

when i run my html project, the website only shows a “Not Found” message.
https://Kazancev.kazantsievroman.repl.co
why is that?

Common mistake, you need an index.html file, if you go to replit, the link will work fine. If you add an index.html file into any folder, when accessing the folder’s path, that HTML file will be served. So adding an index.html file in the top level of your file hierarchy sets the file that will be served at the top level link: https://Kazancev.kazantsievroman.repl.co

Long story short, just change the file named training.html to be named index.html.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.