File: index.html

package info (click to toggle)
taurus-pyqtgraph 0.9.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,284 kB
  • sloc: python: 5,234; makefile: 82
file content (11 lines) | stat: -rw-r--r-- 246 bytes parent folder | download
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>