feature/completed most of ejs implementation into other pages
This commit is contained in:
1 parent
f6640b23cf
commit
c8bf2e49ab
6 files changed
+78
-101
No files matched your search
+7
-15
@@ -1,17 +1,9 @@
|
||||
<%- include("./partials/fileHeader", {title: "RCalculator"}) %>
|
||||
<%- include("./partials/header") %>
|
||||
|
||||
<body>
|
||||
<%- include("./partials/header") %>
|
||||
<main>
|
||||
The Assets Page
|
||||
</main>
|
||||
<footer>
|
||||
<div class="fixed bottom-0 left-0 z-50 hidden lg:block w-full h-16 bg-gray-100 dark:bg-gray-800 border-t border-gray-200 dark:border-gray-700 p-6 text-center text-gray-500 dark:text-gray-400 text-sm">
|
||||
<div class="container mx-auto">
|
||||
<p>© 2025 RCalculator. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
<%- include("./partials/navBar") %>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
<main>
|
||||
The Assets Page
|
||||
</main>
|
||||
|
||||
<%- include("./partials/navBar") %>
|
||||
<%- include("./partials/footer") %>
|
||||
Reference in new issue
Block a user