blob: 3e7b24add36eb55eb74ebeef79400ee52aebd770 (
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
|
<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%;
word-wrap: break-word;
}
#description {
font-family:helvetica, arial, sans-serif;
font-size:84%;
word-wrap: break-word;
}
</style>
</head>
<body><div id="body"><div id="$1">$2</div></div></body>
</html>
|