added http-equiv=refresh meta tag

This commit is contained in:
Joan Albert Segura 2017-09-09 19:30:46 +02:00
parent f0e1658452
commit ef3cac0fa4
1 changed files with 3 additions and 0 deletions

View File

@ -150,6 +150,9 @@ Below are the essential tags for basic, minimalist websites:
<!-- Specifies the page to appear in a specific frame -->
<meta http-equiv="Window-Target" content="_value">
<!-- Instruct the browser to refresh every three seconds -->
<meta http-equiv="refresh" content="3">
<!-- Geo tags -->
<meta name="ICBM" content="latitude, longitude">
<meta name="geo.position" content="latitude;longitude">