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
@@ -6,4 +6,5 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
||||
<title><%= title %></title>
|
||||
</head>
|
||||
</head>
|
||||
<body class="bg-white dark:bg-gray-900">
|
||||
@@ -0,0 +1,10 @@
|
||||
|
||||
<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>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -26,5 +26,4 @@
|
||||
<span class="text-gray-500 dark:text-gray-400 text-sm">More</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Reference in new issue
Block a user