|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <meta charset="utf-8"> |
|
5 <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
6 <title>@TITLE@</title> |
|
7 <link rel="icon" href="@FAVICON@" type="image/x-icon" /> |
|
8 <style> |
|
9 body { |
|
10 padding: 3em 0em; |
|
11 background: linear-gradient(#85784A, #fdfdfd, #fdfdfd); |
|
12 background-repeat: repeat-x; |
|
13 } |
|
14 img { |
|
15 float: left; |
|
16 opacity: .8; |
|
17 } |
|
18 #box { |
|
19 background: white; |
|
20 border: 1px solid #85784A; |
|
21 width: 600px; |
|
22 padding: 60px; |
|
23 margin: auto; |
|
24 border-radius: 0.8em; |
|
25 } |
|
26 h1 { |
|
27 font-size: 130%; |
|
28 font-weight: bold; |
|
29 border-bottom: 1px solid #85784A; |
|
30 margin-left: 64px; |
|
31 } |
|
32 h2 { |
|
33 font-size: 100%; |
|
34 font-weight: normal; |
|
35 border-bottom: 1px solid #85784A; |
|
36 margin-left: 64px; |
|
37 } |
|
38 ul { |
|
39 font-size: 100%; |
|
40 padding-left: 64px; |
|
41 margin: 5px 0; |
|
42 } |
|
43 </style> |
|
44 </head> |
|
45 <body> |
|
46 <div id="box"> |
|
47 <img src="@IMAGE@" width="48" height="48"/> |
|
48 <h1>@H1@</h1> |
|
49 <ul> |
|
50 <li>@LI-1@</li> |
|
51 <li>@LI-2@</li> |
|
52 <!-- |
|
53 <input type="submit" id="reloadButton" value="@BUTTON@" onclick="window.location.reload()"> |
|
54 --> |
|
55 </ul> |
|
56 </div> |
|
57 </body> |
|
58 </html> |