blob: 6ebebb5dce0ef3dac51fd62eaa30d4ddd0066d88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<html>
<head>
<title>$2</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="$1">$2</div></div></body>
</html>
|