mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-11-01 09:17:34 -04:00
8 lines
271 B
HTML
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> |