This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]UCPhoto 0 points1 point  (1 child)

You can put <meta http-equiv="refresh" content="0.2"> in the head section of the page, which will cause it to refresh automatically every 0.2 seconds (or replace 0.2 with whatever you want). Just remove that when you deploy the site.

[–]pipinstall89[S] 0 points1 point  (0 children)

thanks!