Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/nginx/files/50x.html

Issue 29328668: Issue 3115 - Introduce custom HTTP 50x error page (Closed)
Patch Set: Created Sept. 25, 2015, 1:54 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | modules/nginx/manifests/init.pp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4
5 <title>Error</title>
6 <style type="text/css">
7
8 body {
9 background: #f8f6f2;
10 color: #000000;
11 font-family: "Arial", sans-serif;
12 }
13
14 img {
15 float: left;
16 }
17
18 h1 {
19 font-size: 1.5em;
20 padding-top: 96px;
21 }
22
23 p {
24 padding-top: 0px;
25 }
26
27 </style>
28
29 </head>
30 <body>
31
32 <img alt="Adblock Plus" src="https://testpages.adblockplus.org/images/abp-logo .png" />
33 <h1>ERROR</h1>
34 <p>The page you are looking for is currently unavailable, please try again lat er.</p>
35
36 </body>
37 </html>
OLDNEW
« no previous file with comments | « no previous file | modules/nginx/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld