File: 404.html

package info (click to toggle)
python-botocore 1.40.72%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128,088 kB
  • sloc: python: 76,667; xml: 14,037; javascript: 181; makefile: 157
file content (12 lines) | stat: -rw-r--r-- 344 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<html lang="en">
    <head>
        <meta charset="utf-8" />
        <title>Page Not Found</title>
        <link rel="stylesheet" href="_static/css/custom.css" />
    </head>
    <body class="error-page-style">
        <h1>Page Not Found</h1>
        <p>Sorry, the page you requested could not be found.</p>
    </body>
</html>