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

17 lines
402 B
HTML

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