blob: a5695b0c8be1af13a4a27e516c7c791ed21df3ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<html>
<head>
<title>$1</title>
<style type="text/css">
body {
margin:4px;
}
#body {
position:relative;
}
#title {
font-weight:bold;
font-family:helvetica, arial, sans-serif;
font-size:100%;
}
#description {
font-family:helvetica, arial, sans-serif;
font-size:84%;
}
</style>
</head>
<body>
<div id="body">
<div id="title">$1</div>
<div id="description">$2</div>
</div>
</body>
</html>
|