Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html redirect

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://website.com">    
<title>Redirect</title>
</head>
<body>
</body>
</html>
Source by www.bitdegree.org #
 
PREVIOUS NEXT
Tagged: #html #redirect
ADD COMMENT
Topic
Name
3+2 =