audiobookshelf.audiobookshe.../pages/index.vue

13 lines
321 B
Vue
Raw Normal View History

2021-09-15 16:02:37 -05:00
<template>
<div id="page-wrapper" class="w-full h-full bg-black">
<div class="h-full flex flex-col items-center justify-center">
<img src="/Logo.png" class="h-40" />
<h1 class="text-white text-5xl pt-8 font-book">AudioBookshelf</h1>
</div>
</div>
</template>
<script>
export default {}
</script>