Finish setting up the project. Moving to implementation
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
const year = new Date().getFullYear();
|
||||
</script>
|
||||
|
||||
<footer class="border-ecsess-black m-12 flex h-fit flex-col items-center justify-between border-t-2">
|
||||
<footer
|
||||
class="bg-ecsess-black text-ecsess-200 mx-auto flex min-w-fit flex-wrap items-center justify-center px-4 py-4"
|
||||
>
|
||||
<div>
|
||||
<p class="text-content py-3 text-center">
|
||||
<p class="text-ecsess-200 py-3 text-center">
|
||||
Created by ECSESS with love {'<3'}. <br />
|
||||
© {year} under GNU General Public License v3.0.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user