No page found with html and css js

I cant see my output. When i write html code and run no page found

Hi @MonkeyLuffy15 , welcome to the forums!
Could I trouble you to send a screenshot of your repl, including the Webview tab and your files. Basically, take a full screen pic and don’t crop it.
This will help us to help you.

@MonkeyLuffy15
If you have renamed your html file to something other than index.html, do the following steps:

  1. In your files sidebar, click the 3 dots at the top-right corner of the sidebar.
  2. Select ‘Show hidden files’.
  3. Enter the .replit file that is under config files.
  4. In the first few lines, look for: entrypoint.
  5. Change the index.html under entrypoint to the name of your HTML file, e.g. index.html is replaced with app.html.
  6. Go click on the 3 dots on your files sidebar and select ‘Hide hidden files’.
  7. All done! Your program should work now.