File: index.html

package info (click to toggle)
python-pysnmp4 7.1.21-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,564 kB
  • sloc: python: 33,654; makefile: 166; javascript: 4
file content (13 lines) | stat: -rw-r--r-- 336 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>

<html>
    <head>
        <title>Redirecting to latest documentation</title>
        <meta charset="utf-8" />
        <meta
            http-equiv="refresh"
            content="0; url=./{{ latest.name }}/index.html"
        />
        <link rel="canonical" href="./{{ latest.name }}/index.html" />
    </head>
</html>