I have a webserver that does not have the PHP protocol. It only has HTML. (its a raspberry pi running webiopi) I do connect to this page via smartphone, but since there are many i do not 100% know to what raspberry i am connected because IP addresses change regularely. I need a way to display the HOST name of the pi (i mean the computer name) inside the page. Since html is static i can only think of Javascript, but Javascript is executed at client side so i have no idea how to get the host name of the raspberry.
Any ideas?
--- additional info ----
will make clones of this rasp, thats the reason why it cant be hardcoded into html.