blob: 9b298e7861fec0a30b6736e3357e059cd3912ea7 (
plain) (
blame)
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
|
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>$title$</title>
<style>
table, td, th {
border: 1px solid black;
}
th {
padding-top: 5px;
padding-bottom: 5px;
}
td {
padding-top: 2.5px;
padding-bottom: 2.5px;
}
th, td {
padding-left: 10px;
padding-right: 10px;
}
</style>
</head>
<body>
$body$
</body>
</html>
|