error4042.handlebars 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. a:link {
  23. color: #c8c8c8;
  24. }
  25. a:visited {
  26. color: #c8c8c8;
  27. }
  28. a:hover {
  29. color: #c8c8c8;
  30. }
  31. a:active {
  32. color: #c8c8c8;
  33. }
  34. #backImage {
  35. position: absolute;
  36. left: 0;
  37. bottom: 0;
  38. z-index: -1;
  39. height: 60%;
  40. opacity: 0.1;
  41. }
  42. #centralTable {
  43. height: 100%;
  44. z-index: 1;
  45. }
  46. #text1 {
  47. text-align: center;
  48. padding-top: 30px;
  49. font-size: 160px;
  50. font-family: Arial;
  51. color: #bbb;
  52. }
  53. #text2 {
  54. text-align: center;
  55. font-size: 20px;
  56. font-family: Arial;
  57. color: #999;
  58. }
  59. #text3 {
  60. text-align: center;
  61. padding-top: 20px;
  62. font-size: 20px;
  63. font-family: Arial;
  64. color: #999;
  65. }
  66. #flink1 {
  67. margin-left: 4px;
  68. }
  69. #flink2 {
  70. float: right;
  71. margin-right: 4px;
  72. }
  73. </style>
  74. </head>
  75. <body>
  76. <img id="backImage" src="../../images/login/back.png" />
  77. <table id="centralTable" class="container">
  78. <tr>
  79. <td style="width:100%;text-align:center">
  80. <div id="text1"><b>404</b></div>
  81. <div id="text2">This page does not exist</div>
  82. <div id="text3"><a href="/"><b>Go to main site</b></a></div>
  83. </td>
  84. </tr>
  85. <tr style="height:20px">
  86. <td>
  87. <div>
  88. <div id="flink1">{{{footer}}}</div>
  89. <div id="flink2">{{{rootCertLink}}}&nbsp;<a href=../../terms>Terms &amp; Privacy</a></div>
  90. </div>
  91. </td>
  92. </tr>
  93. </table>
  94. </body>
  95. </html>