15 lines
405 B
HTML
15 lines
405 B
HTML
<!doctype html>
|
|
<html lang="en" @@bodySetup>
|
|
<!-- [Head] start -->
|
|
<head>
|
|
@@include('../layouts/head-page-meta.html', {'title': 'Process 5'})@@include('../layouts/head-css.html')
|
|
</head>
|
|
<!-- [Head] end -->
|
|
<!-- [Body] Start -->
|
|
<body>
|
|
@@include('../layouts/loader.html')
|
|
@@include('../partials/process/process-5.html')
|
|
@@include('../layouts/footer-js.html')
|
|
</body>
|
|
</html>
|