An ugly way to auto-refresh a web pageBy ariz23/04/201923/04/2019Javascript, UncategorizedAdd inside the <head> tag the following:<meta http-equiv="refresh" content="60" >The value of the content is in seconds. So the above will refresh the page after 1 minute.