First Commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<!doctype html>
|
||||
<html lang="en" @@bodySetup>
|
||||
<!-- [Head] start -->
|
||||
|
||||
<head>
|
||||
@@include('../layouts/head-page-meta.html', {'title': 'Navbar 1'})@@include('../layouts/head-css.html')
|
||||
</head>
|
||||
<!-- [Head] end -->
|
||||
<!-- [Body] Start -->
|
||||
<body>
|
||||
@@include('../layouts/loader.html')
|
||||
@@include('../partials/navbar/navbar-1.html')
|
||||
@@include('../layouts/footer-js.html')
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,18 @@
|
||||
<!doctype html>
|
||||
<html lang="en" @@bodySetup>
|
||||
<!-- [Head] start -->
|
||||
|
||||
<head>
|
||||
@@include('../layouts/head-page-meta.html', {'title': 'Navbar 10'})@@include('../layouts/head-css.html')
|
||||
</head>
|
||||
<!-- [Head] end -->
|
||||
<!-- [Body] Start -->
|
||||
|
||||
<body>
|
||||
@@include('../layouts/loader.html')
|
||||
@@include('../partials/navbar/navbar-10.html')
|
||||
@@include('../partials/other/other-2.html')
|
||||
@@include('../layouts/footer-js.html')
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -0,0 +1,16 @@
|
||||
<!doctype html>
|
||||
<html lang="en" @@bodySetup>
|
||||
<!-- [Head] start -->
|
||||
|
||||
<head>
|
||||
@@include('../layouts/head-page-meta.html', {'title': 'Navbar 2'})@@include('../layouts/head-css.html')
|
||||
</head>
|
||||
<!-- [Head] end -->
|
||||
<!-- [Body] Start -->
|
||||
|
||||
<body>
|
||||
@@include('../layouts/loader.html')
|
||||
@@include('../partials/navbar/navbar-2.html')
|
||||
@@include('../layouts/footer-js.html')
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,17 @@
|
||||
<!doctype html>
|
||||
<html lang="en" @@bodySetup>
|
||||
<!-- [Head] start -->
|
||||
|
||||
<head>
|
||||
@@include('../layouts/head-page-meta.html', {'title': 'Navbar 3'})@@include('../layouts/head-css.html')
|
||||
</head>
|
||||
<!-- [Head] end -->
|
||||
<!-- [Body] Start -->
|
||||
|
||||
<body>
|
||||
@@include('../layouts/loader.html')
|
||||
@@include('../partials/navbar/navbar-3.html')
|
||||
@@include('../layouts/footer-js.html')
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -0,0 +1,17 @@
|
||||
<!doctype html>
|
||||
<html lang="en" @@bodySetup>
|
||||
<!-- [Head] start -->
|
||||
|
||||
<head>
|
||||
@@include('../layouts/head-page-meta.html', {'title': 'Navbar 6'})@@include('../layouts/head-css.html')
|
||||
</head>
|
||||
<!-- [Head] end -->
|
||||
<!-- [Body] Start -->
|
||||
|
||||
<body>
|
||||
@@include('../layouts/loader.html')
|
||||
@@include('../partials/navbar/navbar-6.html')
|
||||
@@include('../layouts/footer-js.html')
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -0,0 +1,17 @@
|
||||
<!doctype html>
|
||||
<html lang="en" @@bodySetup>
|
||||
<!-- [Head] start -->
|
||||
|
||||
<head>
|
||||
@@include('../layouts/head-page-meta.html', {'title': 'Navbar 9'})@@include('../layouts/head-css.html')
|
||||
</head>
|
||||
<!-- [Head] end -->
|
||||
<!-- [Body] Start -->
|
||||
|
||||
<body>
|
||||
@@include('../layouts/loader.html')
|
||||
@@include('../partials/navbar/navbar-9.html')
|
||||
@@include('../layouts/footer-js.html')
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user