File: archive-redirect.html

package info (click to toggle)
python-hypothesis 6.148.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,728 kB
  • sloc: python: 64,147; ruby: 1,107; sh: 270; makefile: 43; javascript: 6
file content (13 lines) | stat: -rw-r--r-- 357 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta http-equiv="refresh" content="0; url=/articles/">
    <link rel="canonical" href="/articles/">
    <title>Redirecting to Articles</title>
</head>
<body>
    <p>Redirecting to <a href="/articles/">articles</a>...</p>
    <script>window.location.href = "/articles/";</script>
</body>
</html>