Show File Modified Date With HTML File Running Off Network Drive – No Server

I have an html page running off a Windows network drive (no web server). The page has a hyperlinks to other network files. Is there any way for me to return the last modified date of the files that the hyperlinks are pointing to and display it on the page? This is as web page running off a network drive without a web server? I am open to all and any out-of-the-box suggestions.

I thought maybe I could use a JavaScript fetch command but was not able to make it work. Is that due to JavaScript limitations accessing the Windows files?