A tiny webserver with GTK4 GUI written in C
Default path to index.html is current working dir
mkdir builddir && meson setup builddir && meson compile -C builddir && cd builddir && ./webserver-gtkFor a testrun you can copy the file "index.html" to your server path.
In your browser open: http://localhost:8080/
Enjoy!
Version: 1.5

