Create Test Reporting landing page
[releng.git] / utils / test / reporting / pages / app / 404.html
1 <!doctype html>
2 <html lang="en">
3   <head>
4     <meta charset="utf-8">
5     <title>Page Not Found :(</title>
6     <style>
7       ::-moz-selection {
8         background: #b3d4fc;
9         text-shadow: none;
10       }
11
12       ::selection {
13         background: #b3d4fc;
14         text-shadow: none;
15       }
16
17       html {
18         padding: 30px 10px;
19         font-size: 20px;
20         line-height: 1.4;
21         color: #737373;
22         background: #f0f0f0;
23         -webkit-text-size-adjust: 100%;
24         -ms-text-size-adjust: 100%;
25       }
26
27       html,
28       input {
29         font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
30       }
31
32       body {
33         max-width: 500px;
34         padding: 30px 20px 50px;
35         border: 1px solid #b3b3b3;
36         border-radius: 4px;
37         margin: 0 auto;
38         box-shadow: 0 1px 10px #a7a7a7, inset 0 1px 0 #fff;
39         background: #fcfcfc;
40       }
41
42       h1 {
43         margin: 0 10px;
44         font-size: 50px;
45         text-align: center;
46       }
47
48       h1 span {
49         color: #bbb;
50       }
51
52       h3 {
53         margin: 1.5em 0 0.5em;
54       }
55
56       p {
57         margin: 1em 0;
58       }
59
60       ul {
61         padding: 0 0 0 40px;
62         margin: 1em 0;
63       }
64
65       .container {
66         max-width: 380px;
67         margin: 0 auto;
68       }
69
70       /* google search */
71
72       #goog-fixurl ul {
73         list-style: none;
74         padding: 0;
75         margin: 0;
76       }
77
78       #goog-fixurl form {
79         margin: 0;
80       }
81
82       #goog-wm-qt,
83       #goog-wm-sb {
84         border: 1px solid #bbb;
85         font-size: 16px;
86         line-height: normal;
87         vertical-align: top;
88         color: #444;
89         border-radius: 2px;
90       }
91
92       #goog-wm-qt {
93         width: 220px;
94         height: 20px;
95         padding: 5px;
96         margin: 5px 10px 0 0;
97         box-shadow: inset 0 1px 1px #ccc;
98       }
99
100       #goog-wm-sb {
101         display: inline-block;
102         height: 32px;
103         padding: 0 10px;
104         margin: 5px 0 0;
105         white-space: nowrap;
106         cursor: pointer;
107         background-color: #f5f5f5;
108         background-image: -webkit-linear-gradient(rgba(255,255,255,0), #f1f1f1);
109         background-image: -moz-linear-gradient(rgba(255,255,255,0), #f1f1f1);
110         background-image: -ms-linear-gradient(rgba(255,255,255,0), #f1f1f1);
111         background-image: -o-linear-gradient(rgba(255,255,255,0), #f1f1f1);
112         -webkit-appearance: none;
113         -moz-appearance: none;
114         appearance: none;
115       }
116
117       #goog-wm-sb:hover,
118       #goog-wm-sb:focus {
119         border-color: #aaa;
120         box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
121         background-color: #f8f8f8;
122       }
123
124       #goog-wm-qt:hover,
125       #goog-wm-qt:focus {
126         border-color: #105cb6;
127         outline: 0;
128         color: #222;
129       }
130
131       input::-moz-focus-inner {
132         padding: 0;
133         border: 0;
134       }
135     </style>
136   </head>
137   <body>
138     <div class="container">
139       <h1>Not found <span>:(</span></h1>
140       <p>Sorry, but the page you were trying to view does not exist.</p>
141       <p>It looks like this was the result of either:</p>
142       <ul>
143         <li>a mistyped address</li>
144         <li>an out-of-date link</li>
145       </ul>
146       <script>
147         var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),GOOG_FIXURL_SITE = location.host;
148       </script>
149       <script src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
150     </div>
151   </body>
152 </html>