@brianb You want a web page that allows you to view a server directory contents?
No such thing exists as an HTML element. HTML does not know about the server at all. Literally. It runs entirely in the browser, locally.
@brianb You want a web page that allows you to view a server directory contents?
No such thing exists as an HTML element. HTML does not know about the server at all. Literally. It runs entirely in the browser, locally.
@mattwilcox I don't think I asked it well. I was trying to avoid a bunch of JS to do all the work. I used this CSStricks article as a basis for layout and use a one-line fetch request to get the formatted HTML from the server. I plopped the response right into the DOM easily enough.