Comment by cprecioso
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...
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...
Soo... browsers will likely support it until the end of the internet?
Yes. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Re...
In a similar vein, you can also use `Link: foo.css; rel=stylesheet` instead of `<link href="foo.css" rel="stylesheet" />` to specify stylesheets. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Li...
Only works in Firefox, sadly. But you can do some really weird stuff with it, like https://www.5snb.club/pages/contentlesshtml/ (https://news.ycombinator.com/item?id=42234837)
W3C has deprecated this for a long time now: https://www.w3.org/TR/WCAG10-HTML-TECHS/#meta-element