|  ▲  | cprecioso 9 months ago | 
 | As a tip, you can use the `<meta http-equiv="Refresh">` tag [1] to make the browser automatically refresh after N seconds and keep the tab always up to date. [1]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/me...  | 
|
 | ▲ | panki27 9 months ago | parent | next [-] | 
 | W3C has deprecated this for a long time now: https://www.w3.org/TR/WCAG10-HTML-TECHS/#meta-element  | 
 | |
  | ▲ | code_biologist 9 months ago | parent | next [-] |   | Soo... browsers will likely support it until the end of the internet?  |   | |
  | ▲ | Cthulhu_ 9 months ago | parent [-] |   | Yup, unless HTML6 is backwards-incompatible, which is highly unlikely.  |   | |
  | ▲ | account42 9 months ago | parent [-] |   | Even then, Browsers will likely support HTML5 until the end of the internet.  |  
  |  
  |  |
  | ▲ | cprecioso 9 months ago | parent | prev [-] |   | Yeah, it's not great UX for web apps, but for a toy project like this it's good enough if you don't want any JS. It still works even if deprecated, and if it stops working, it doesn't take anything away.  |  
  | 
|
 | ▲ | 9dev 9 months ago | parent | prev | next [-] | 
 | Does that mean I can also send the „Refresh“ http header to do that?  | 
 |  | 
|
 | ▲ | SilverSlash 9 months ago | parent | prev [-] | 
 | TIL  |