File: 404.html

package info (click to toggle)
python-botocore 1.12.103%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 41,552 kB
  • sloc: python: 43,119; xml: 15,052; makefile: 131
file content (34 lines) | stat: -rw-r--r-- 717 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>Page Not Found</title>
    <style>
    * {
        box-sizing: border-box;
    }
    body {
        vertical-align: middle;
        text-align: center;
        line-height: 1.5;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 16px;
        margin: 0;
        padding: 0;
    }
    h1 {
        font-size: 38px;
        padding: 10px 10px 10px 45px;
        margin: 20px 0 35px -45px;
        font-weight: normal;
    }
    p {
        padding: 0;
        margin: 0 0 10px;
    }
    </style>
</head>
<body>
    <h1>Page Not Found</h1>
    <p>Sorry, the page you requested could not be found.</p>
</html>