Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html « duckduckgo « link - github.com/Lednerb/bilberry-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5886755d07e8a49babaad2c0d1a8f2a98795d168 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>