mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 21:33:18 +01:00
13 lines
364 B
Vue
13 lines
364 B
Vue
<template>
|
||
<main text="gray-700 dark:gray-200" mb-22>
|
||
<RouterView />
|
||
</main>
|
||
<footer class="mx-auto mt-32 w-full px-4 sm:px-6 lg:px-8">
|
||
<div class="py-10">
|
||
<p class="mt-5 text-center text-sm leading-6 text-gray-400">
|
||
Made with ❤️ by <a href="https://amirraminfar.me">Amir Raminfar</a>.
|
||
</p>
|
||
</div>
|
||
</footer>
|
||
</template>
|