invoiceninja/tests/Feature/PdfMaker/example-design.html
2020-08-26 09:02:38 +02:00

8 lines
271 B
HTML

<!-- Business -->
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<body class="m-10">
<div id="header">My awesome header! $title</div>
<table id="product-table"></table>
<div id="footer">My awesome footer</div>
</body>