master
handlebars 168 lines 4.33 KB
Raw
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
26 a {
27 color: #036;
28 text-decoration: underline;
29 }
30
31 #footer a {
32 color: #fff;
33 text-decoration: underline;
34 }
35
36 #footer a:hover {
37 color: #fff;
38 text-decoration: none;
39 }
40
41 #masthead {
42 background: url(logo.png) 0px 0px;
43 background-size: 341px 50px;
44 background-color: #036;
45 background-repeat: no-repeat;
46 height: 50px;
47 width: 100%;
48 overflow: hidden;
49 }
50
51 #title1 {
52 float: left;
53 height: 66px;
54 color: #c8c8c8;
55 padding-left: 10px;
56 padding-top: 4px;
57 }
58
59 #title1a {
60 font-size: 36px;
61 font-family: Arial,Helvetica,sans-serif;
62 }
63
64 #title2 {
65 float: left;
66 height: 66px;
67 color: #c8c8c8;
68 padding-left: 5px;
69 padding-top: 7px;
70 }
71
72 #title2a {
73 font-size: 12px;
74 font-family: Arial,Helvetica,sans-serif;
75 }
76
77 #page_content {
78 overflow-y: scroll;
79 position: absolute;
80 bottom: 32px;
81 top: 50px;
82 width: 100%;
83 }
84
85 #column_l {
86 padding-left: 10px;
87 padding-right: 10px;
88 }
89
90 #text1 {
91 text-align: center;
92 padding-top: 30px;
93 font-size: 100px;
94 font-family: Arial;
95 color: #bbb;
96 }
97
98 #text2 {
99 text-align: center;
100 font-size: 16px;
101 font-family: Arial;
102 color: #999;
103 }
104
105 #text3 {
106 text-align: center;
107 padding-top: 16px;
108 font-size: 20px;
109 font-family: Arial;
110 color: #999;
111 }
112
113 #text3l {
114 text-decoration: none;
115 }
116
117 #footer {
118 height: 32px;
119 width: 100%;
120 text-align: center;
121 background-color: #113962;
122 position: absolute;
123 bottom: 0px;
124 }
125
126 #footertable {
127 width: 100%;
128 }
129
130 #footerLeft {
131 text-align: left;
132 color: white;
133 }
134
135 #footerRight {
136 text-align: right;
137 }
138 </style>
139 </head>
140 <body>
141 <div id="container">
142 <!-- Begin Masthead -->
143 <div id=masthead>
144 <div id="title1">
145 <strong><font id="title1a">{{{title}}}</font></strong>
146 </div>
147 <div id="title2">
148 <strong><font id="title2a">{{{title2}}}</font></strong>
149 </div>
150 </div>
151 <div id=page_content>
152 <div id="column_l">
153 <div id="text1"><b>404</b></div>
154 <div id="text2">This page does not exist</div>
155 <div id="text3"><a id="text3l " href="/"><b>Go to main site</b></a></div>
156 </div>
157 </div>
158 <div id=footer>
159 <table id=footertable cellpadding=0 cellspacing=6>
160 <tr>
161 <td id="footerLeft">{{{footer}}}</td>
162 <td id="footerRight">{{{rootCertLink}}}&nbsp;<a href="/">Back</a></td>
163 </tr>
164 </table>
165 </div>
166 </div>
167 </body>
168 </html>