First Commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<!doctype html>
|
||||
<html lang="en" @@bodySetup>
|
||||
<!-- [Head] start -->
|
||||
<head>
|
||||
@@include('../layouts/head-page-meta.html', {'title': 'Pricing 1'})@@include('../layouts/head-css.html')
|
||||
</head>
|
||||
<!-- [Head] end -->
|
||||
<!-- [Body] Start -->
|
||||
<body>
|
||||
@@include('../layouts/loader.html')
|
||||
@@include('../partials/pricing/pricing-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': 'Pricing 3'})@@include('../layouts/head-css.html')
|
||||
</head>
|
||||
<!-- [Head] end -->
|
||||
<!-- [Body] Start -->
|
||||
<body>
|
||||
@@include('../layouts/loader.html')
|
||||
@@include('../partials/pricing/pricing-3.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': 'Pricing 4'})@@include('../layouts/head-css.html')
|
||||
</head>
|
||||
<!-- [Head] end -->
|
||||
<!-- [Body] Start -->
|
||||
<body>
|
||||
@@include('../layouts/loader.html')
|
||||
@@include('../partials/pricing/pricing-4.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': 'Pricing 5'})@@include('../layouts/head-css.html')
|
||||
</head>
|
||||
<!-- [Head] end -->
|
||||
<!-- [Body] Start -->
|
||||
<body>
|
||||
@@include('../layouts/loader.html')
|
||||
@@include('../partials/pricing/pricing-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': 'Pricing 8'})@@include('../layouts/head-css.html')
|
||||
</head>
|
||||
<!-- [Head] end -->
|
||||
<!-- [Body] Start -->
|
||||
<body>
|
||||
@@include('../layouts/loader.html')
|
||||
@@include('../partials/pricing/pricing-8.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': 'Pricing 9'})@@include('../layouts/head-css.html')
|
||||
</head>
|
||||
<!-- [Head] end -->
|
||||
<!-- [Body] Start -->
|
||||
<body>
|
||||
@@include('../layouts/loader.html')
|
||||
@@include('../partials/pricing/pricing-9.html')
|
||||
@@include('../layouts/footer-js.html')
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user