Initial Commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<footer
|
||||
class="mt-8 border z-10 border-[#33353F] border-l-transparent border-r-transparent text-white"
|
||||
>
|
||||
<div class="container p-12 flex justify-between">
|
||||
<div>
|
||||
<img src="@/assets/logo.png" alt="Logo" width="40" height="40" />
|
||||
</div>
|
||||
<p class="text-slate-600">© All rights reserved.</p>
|
||||
</div>
|
||||
</footer>
|
||||
</template>
|
||||
Reference in New Issue
Block a user