Files
Card-data-sorting/templates/expenses/monthly_report_pdf.html

18 lines
412 B
HTML

<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>月次レポートPDF</title>
<style>
body { font-family: sans-serif; }
h1, h2 { margin: 0 0 8px; }
table { width: 100%; border-collapse: collapse; }
th, td { border: 1px solid #333; padding: 6px; }
</style>
</head>
<body>
<h1>月次レポート</h1>
<p>PDF出力用テンプレートです。</p>
</body>
</html>