forked from Kispi/Core
All checks were successful
continuous-integration/drone/push Build is passing
16 lines
No EOL
302 B
Vue
16 lines
No EOL
302 B
Vue
<template>
|
||
<footer class="footer footer-center bg-base-100 p-4 text-base-content">
|
||
<div>
|
||
<p>Made with ❤️ by Simon Giesel</p>
|
||
<p>Copyright © 2023 - All right reserved</p>
|
||
</div>
|
||
</footer>
|
||
</template>
|
||
|
||
<script lang="ts" setup>
|
||
|
||
</script>
|
||
|
||
<style lang="scss" scoped>
|
||
|
||
</style> |