error404-mobile.handlebars 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html lang="en">
  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. {{{customCSSTags}}}
  11. <link rel="apple-touch-icon" href="/favicon-303x303.png" />
  12. {{{customJSTags}}}
  13. <title>{{{title}}}</title>
  14. <style nonce="{{{cspNonce}}}">
  15. body {
  16. overflow-y: hidden;
  17. max-width: 100%;
  18. margin: 0;
  19. padding: 0;
  20. border: 0;
  21. color: black;
  22. font-size: 13px;
  23. font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  24. }
  25. a {
  26. color: #036;
  27. text-decoration: underline;
  28. }
  29. #footer a {
  30. color: #fff;
  31. text-decoration: underline;
  32. }
  33. #footer a:hover {
  34. color: #fff;
  35. text-decoration: none;
  36. }
  37. #masthead {
  38. background: url(logo.png) 0px 0px;
  39. background-size: 341px 50px;
  40. background-color: #036;
  41. background-repeat: no-repeat;
  42. height: 50px;
  43. width: 100%;
  44. overflow: hidden;
  45. }
  46. #title1 {
  47. float: left;
  48. height: 66px;
  49. color: #c8c8c8;
  50. padding-left: 10px;
  51. padding-top: 4px;
  52. }
  53. #title1a {
  54. font-size: 36px;
  55. font-family: Arial,Helvetica,sans-serif;
  56. }
  57. #title2 {
  58. float: left;
  59. height: 66px;
  60. color: #c8c8c8;
  61. padding-left: 5px;
  62. padding-top: 7px;
  63. }
  64. #title2a {
  65. font-size: 12px;
  66. font-family: Arial,Helvetica,sans-serif;
  67. }
  68. #page_content {
  69. overflow-y: scroll;
  70. position: absolute;
  71. bottom: 32px;
  72. top: 50px;
  73. width: 100%;
  74. }
  75. #column_l {
  76. padding-left: 10px;
  77. padding-right: 10px;
  78. }
  79. #text1 {
  80. text-align: center;
  81. padding-top: 30px;
  82. font-size: 100px;
  83. font-family: Arial;
  84. color: #bbb;
  85. }
  86. #text2 {
  87. text-align: center;
  88. font-size: 16px;
  89. font-family: Arial;
  90. color: #999;
  91. }
  92. #text3 {
  93. text-align: center;
  94. padding-top: 16px;
  95. font-size: 20px;
  96. font-family: Arial;
  97. color: #999;
  98. }
  99. #text3l {
  100. text-decoration: none;
  101. }
  102. #footer {
  103. height: 32px;
  104. width: 100%;
  105. text-align: center;
  106. background-color: #113962;
  107. position: absolute;
  108. bottom: 0px;
  109. }
  110. #footertable {
  111. width: 100%;
  112. }
  113. #footerLeft {
  114. text-align: left;
  115. color: white;
  116. }
  117. #footerRight {
  118. text-align: right;
  119. }
  120. </style>
  121. </head>
  122. <body>
  123. <div id="container">
  124. <!-- Begin Masthead -->
  125. <div id=masthead>
  126. <div id="title1">
  127. <strong><font id="title1a">{{{title}}}</font></strong>
  128. </div>
  129. <div id="title2">
  130. <strong><font id="title2a">{{{title2}}}</font></strong>
  131. </div>
  132. </div>
  133. <div id=page_content>
  134. <div id="column_l">
  135. <div id="text1"><b>404</b></div>
  136. <div id="text2">This page does not exist</div>
  137. <div id="text3"><a id="text3l " href="/"><b>Go to main site</b></a></div>
  138. </div>
  139. </div>
  140. <div id=footer>
  141. <table id=footertable cellpadding=0 cellspacing=6>
  142. <tr>
  143. <td id="footerLeft">{{{footer}}}</td>
  144. <td id="footerRight">{{{rootCertLink}}}&nbsp;<a href="/">Back</a></td>
  145. </tr>
  146. </table>
  147. </div>
  148. </div>
  149. </body>
  150. </html>