blob: a089a510d5a264cdc19e02ed53f1a7bd4575e5a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>$1</title>
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<style type="text/css">
#title,
#description {
font-size: 13px;
}
#title {
font-weight: bold;
}
</style>
</head>
<body dir="$3">
<div id="title">$1</div>
<div id="description">$2</div>
</body>
</html>
|