File: archive-redirect.html

package info (click to toggle)
python-hypothesis 6.148.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,408 kB
  • sloc: python: 63,888; ruby: 1,107; sh: 266; makefile: 42; 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>