File: 404.html

package info (click to toggle)
golang-github-nicholas-fedor-shoutrrr 0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,680 kB
  • sloc: sh: 74; makefile: 58
file content (17 lines) | stat: -rw-r--r-- 518 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>404 - Page Not Found</title>
</head>
<body>
    <script>
        const path = window.location.pathname;
        window.location.href = '/latest' + path;
    </script>
    <noscript>
        <p>Page not found. Please enable JavaScript to be redirected to the latest documentation, or visit <a href="/latest">/latest</a> directly.</p>
    </noscript>
</body>
</html>