Files
jobtrackingapp/vendor/saasable-ui-main/uikit/tailwind/src/html/benefit/benefit-1.html
T
2026-03-21 11:55:27 +01:00

15 lines
405 B
HTML

<!doctype html>
<html lang="en" @@bodySetup>
<!-- [Head] start -->
<head>
@@include('../layouts/head-page-meta.html', {'title': 'Benefit 1'})@@include('../layouts/head-css.html')
</head>
<!-- [Head] end -->
<!-- [Body] Start -->
<body>
@@include('../layouts/loader.html')
@@include('../partials/benefit/benefit-1.html')
@@include('../layouts/footer-js.html')
</body>
</html>