I am new to repl.it and am trying to run HTML files to preview. I am able to preview the index file, but not additional html files. Can someone guide me with what to do?
this is intended behavior. only the index.html will be previewed when you 'play' the repl. as others described, in your index.html, you could add a tags that link to other .html files in your project
Running HTML Preview
I am new to repl.it and am trying to run HTML files to preview. I am able to preview the index file, but not additional html files. Can someone guide me with what to do?
hi!
this is intended behavior. only the
index.html
will be previewed when you 'play' the repl. as others described, in yourindex.html
, you could adda
tags that link to other.html
files in your project