blob: 9b298e7861fec0a30b6736e3357e059cd3912ea7 (
plain) (
tree)
|
|
<!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>
|