mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 05:32:39 +01:00
16 lines
219 B
PHP
16 lines
219 B
PHP
<!DOCTYPE html>
|
|
<html lang="{{ App::getLocale() }}" class="bg-white">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
|
|
<body class="bg-white p-4">
|
|
{!! $body !!}
|
|
</body>
|
|
|
|
<footer class="p-4">
|
|
{!! $footer !!}
|
|
</footer>
|
|
|
|
</html> |