First Commit

This commit is contained in:
cesnimda
2026-03-21 11:55:27 +01:00
commit 2e8a29b4d0
1757 changed files with 166084 additions and 0 deletions
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en" @@bodySetup>
<!-- [Head] start -->
<head>
@@include('../layouts/head-page-meta.html', {'title': 'Process 1'})@@include('../layouts/head-css.html')
</head>
<!-- [Head] end -->
<!-- [Body] Start -->
<body>
@@include('../layouts/loader.html')
@@include('../partials/process/process-1.html')
@@include('../layouts/footer-js.html')
</body>
</html>
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en" @@bodySetup>
<!-- [Head] start -->
<head>
@@include('../layouts/head-page-meta.html', {'title': 'Process 2'})@@include('../layouts/head-css.html')
</head>
<!-- [Head] end -->
<!-- [Body] Start -->
<body>
@@include('../layouts/loader.html')
@@include('../partials/process/process-2.html')
@@include('../layouts/footer-js.html')
</body>
</html>
@@ -0,0 +1,14 @@
<!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>
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en" @@bodySetup>
<!-- [Head] start -->
<head>
@@include('../layouts/head-page-meta.html', {'title': 'Process 7'})@@include('../layouts/head-css.html')
</head>
<!-- [Head] end -->
<!-- [Body] Start -->
<body>
@@include('../layouts/loader.html')
@@include('../partials/process/process-7.html')
@@include('../layouts/footer-js.html')
</body>
</html>