File: index.html

package info (click to toggle)
taurus-pyqtgraph 0.9.8-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,576 kB
  • sloc: python: 5,313; makefile: 82
file content (11 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
    <title>Automatic Redirect</title>
</head>
<body>
    <script>
        window.location.href = "https://taurus-org.gitlab.io/taurus_pyqtgraph/stable"; // Replace with your desired URL
    </script>
</body>
</html>