<meta http-equiv="Refresh" content="0; url=https://www.w3docs.com" />
<!DOCTYPE html>
<html>
<head>
<meta http-equiv = "refresh" content = "0; url = https://www.example.com"/>
</head>
<body></body>
</html>
<script>
function foo() {
window.location.href = url
}
</script>