HTML 5: Difference between revisions
add canvas tag |
m redirect to another page |
||
Line 1: | Line 1: | ||
[[Canvas tag]] | [[Canvas tag]] | ||
== Redirect to another page == | |||
<syntaxhighlight lang="html"> | |||
<head> | |||
... | |||
<meta http-equiv="refresh" content="0; url=https://www.example.com"> | |||
... | |||
</head> | |||
</syntaxhighlight> |
Latest revision as of 09:43, 3 September 2024
Redirect to another page
<head>
...
<meta http-equiv="refresh" content="0; url=https://www.example.com">
...
</head>