If you want an easy way to develop your website on your local machine, just fire up any simple HTTP server in your favorite programming language or find one that's easy for you to use. There is an endless number of HTTP servers out there. All range that specializes in simplicity for the simple static site to full-blown dynamic server like Nginx, the sky is open. Here is an example of one in Python you can use right now! https://www.pythonforbeginners.com/modules-in-python/how-to-use-simplehttpserver/ On Sat, May 9, 2020 at 12:42 AM Brian Cluff via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > I believe this page has a well worded answer to your question: > > https://stackoverflow.com/questions/18246053/how-can-i-create-a-link-to-a-local-file-on-a-locally-run-web-page/18246357 > > Brian Cluff > > On 5/8/20 11:14 PM, Joe Lowder via PLUG-discuss wrote: > > How can I get the simple html menu > > (example code shown below) work to view mp4 videos > > from a menu link on my local computer in the same > > way that I can view jpg images (and when all the > > same files are uploaded as at this link: > > > > https://upquick.com/viewpix/ > > > > > > Below is the simple code example: > > > > Click to view each image:

> > > >

  • the end > >
  • todo list > >
  • together > >
  • toilet paper > >
  • TP wedding dress > >
  • Turkey Bacon > >

    > > But none of the examples below work on my computer. Why? > >

  • Splash 1 > >
  • Splash 2 > >
  • On the command line this works: vlc > > splash.mp4 > >

    > > What would be the simplest code to be able to
    > > just click on a menu link to view an mp4 video? > > > > > > --------------------------------------------------- > > PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org > > To subscribe, unsubscribe, or to change your mail settings: > > https://lists.phxlinux.org/mailman/listinfo/plug-discuss > > --------------------------------------------------- > PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org > To subscribe, unsubscribe, or to change your mail settings: > https://lists.phxlinux.org/mailman/listinfo/plug-discuss