```html <meta http-equiv="refresh" content="5; url="> <meta http-equiv="refresh" content="5; url=http://example.com/"> ``` can be shortened to: ```html <meta http-equiv="refresh" content="5"> <meta http-equiv="refresh" content="5; http://example.com/"> ``` [http-equiv-refresh](https://npmjs.com/http-equiv-refresh)