File: forward.html

package info (click to toggle)
python-rq 2.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,428 kB
  • sloc: python: 12,349; makefile: 22; sh: 19
file content (6 lines) | stat: -rw-r--r-- 204 bytes parent folder | download
1
2
3
4
5
6
<script type="text/javascript">
    // Auto-forward for incoming links on nvie.com
    if ("nvie.com" === document.location.hostname) {
        document.location = 'http://python-rq.org';
    }
</script>