replace http with https

This commit is contained in:
2018-11-15 18:06:53 +08:00
parent 68c9a2260c
commit e46b67ade6
984 changed files with 321016 additions and 62 deletions

View 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>