| 1 | <!DOCTYPE html> |
| 2 | <html lang="en" dir="ltr" xmlns="http://www.w3.org/1999/xhtml"> |
| 3 | <head> |
| 4 | <meta http-equiv=X-UA-Compatible content="IE=edge" /> |
| 5 | <meta content="text/html;charset=utf-8" http-equiv=Content-Type /> |
| 6 | <meta name=viewport content="user-scalable=1.0,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0" /> |
| 7 | <meta name=apple-mobile-web-app-capable content=yes /> |
| 8 | <meta name=format-detection content="telephone=no" /> |
| 9 | <meta name="robots" content="noindex,nofollow"> |
| 10 | <link type=text/css href="/styles/style.css" media="screen" rel="stylesheet" title="CSS" /> |
| 11 | {{{customCSSTags}}} |
| 12 | <link rel="apple-touch-icon" href="/favicon-303x303.png" /> |
| 13 | {{{customJSTags}}} |
| 14 | <title>{{{title1}}} - Download</title> |
| 15 | <style nonce="{{{cspNonce}}}"> |
| 16 | body { |
| 17 | background-color: cadetblue; |
| 18 | background: linear-gradient(to bottom right, #369, #036); |
| 19 | height: 100%; |
| 20 | overflow: hidden; |
| 21 | } |
| 22 | |
| 23 | a:link { |
| 24 | color: #c8c8c8; |
| 25 | } |
| 26 | |
| 27 | a:visited { |
| 28 | color: #c8c8c8; |
| 29 | } |
| 30 | |
| 31 | a:hover { |
| 32 | color: #c8c8c8; |
| 33 | } |
| 34 | |
| 35 | a:active { |
| 36 | color: #c8c8c8; |
| 37 | } |
| 38 | |
| 39 | #backImage { |
| 40 | position: absolute; |
| 41 | left: 0; |
| 42 | bottom: 0; |
| 43 | z-index: -1; |
| 44 | height: 60%; |
| 45 | opacity: 0.1; |
| 46 | } |
| 47 | |
| 48 | #centralTable { |
| 49 | height: 100%; |
| 50 | z-index: 1; |
| 51 | } |
| 52 | |
| 53 | #text1 { |
| 54 | text-align: center; |
| 55 | padding-top: 30px; |
| 56 | font-size: 160px; |
| 57 | font-family: Arial; |
| 58 | color: #bbb; |
| 59 | } |
| 60 | |
| 61 | #text2 { |
| 62 | text-align: center; |
| 63 | font-size: 20px; |
| 64 | font-family: Arial; |
| 65 | color: #999; |
| 66 | } |
| 67 | |
| 68 | #text3 { |
| 69 | text-align: center; |
| 70 | padding-top: 20px; |
| 71 | font-size: 20px; |
| 72 | font-family: Arial; |
| 73 | color: #999; |
| 74 | } |
| 75 | |
| 76 | #flink1 { |
| 77 | margin-left: 4px; |
| 78 | } |
| 79 | |
| 80 | #flink2 { |
| 81 | float: right; |
| 82 | margin-right: 4px; |
| 83 | } |
| 84 | </style> |
| 85 | </head> |
| 86 | <body> |
| 87 | <img id="backImage" src="../../images/login/back.png" /> |
| 88 | <table id="centralTable" class="container"> |
| 89 | <tr> |
| 90 | <td style="width:100%;text-align:center"> |
| 91 | <div id="text1"><b>404</b></div> |
| 92 | <div id="text2">This page does not exist</div> |
| 93 | <div id="text3"><a href="/"><b>Go to main site</b></a></div> |
| 94 | </td> |
| 95 | </tr> |
| 96 | <tr style="height:20px"> |
| 97 | <td> |
| 98 | <div> |
| 99 | <div id="flink1">{{{footer}}}</div> |
| 100 | <div id="flink2">{{{rootCertLink}}} <a href=../../terms>Terms & Privacy</a></div> |
| 101 | </div> |
| 102 | </td> |
| 103 | </tr> |
| 104 | </table> |
| 105 | </body> |
| 106 | </html> |