13 lines
316 B
HTML
13 lines
316 B
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="refresh" content="0; url=https://duckduckgo.com" />
|
|
<title>Redirecting...</title>
|
|
</head>
|
|
<body>
|
|
<p><a href="https://duckduckgo.com">Click here if you're not redirected.</a></p>
|
|
<script>
|
|
window.location = "https://duckduckgo.com"
|
|
</script>
|
|
</body>
|
|
</html>
|