mirror of
https://github.com/audiobookshelf/audiobookshelf-web.git
synced 2025-08-25 19:55:45 +02:00
13 lines
321 B
Vue
13 lines
321 B
Vue
|
<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>
|