smart-lookup/app.vue

11 lines
385 B
Vue
Raw Normal View History

2022-06-09 14:51:35 +00:00
<template>
<Html class="h-full bg-gray-50">
<Body class="h-full" />
</Html>
2022-06-09 15:41:52 +00:00
<div class="min-h-full flex flex-col items-center justify-center py-12 sm:px-6 lg:px-8">
2022-06-09 14:51:35 +00:00
<NuxtPage />
2022-06-09 15:41:52 +00:00
<div class="mt-3">Made with by <a href="https://instadapp.io" class="hover:underline font-medium" target="_blank" rel="noopener noreferrer">Instadapp</a></div>
2022-06-09 14:51:35 +00:00
</div>
</template>