mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-11-11 10:37:11 -05:00
15 lines
411 B
HTML
15 lines
411 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>
|
|
<div>1231
|
|
<div>
|
|
123123123
|
|
</div>
|
|
</div>
|
|
<component>/dsadas</component>
|
|
<span>Hello world</span>
|
|
<table id="product-table"></table>
|
|
<div id="footer">My awesome footer</div>
|
|
</body> |