Hugo Bilberry First commit to gitea@cowbay.org
This commit is contained in:
12
public/link/duckduckgo/index.html
Normal file
12
public/link/duckduckgo/index.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user