mirror of
https://github.com/janishutz/MusicPlayer.git
synced 2026-09-10 14:25:24 +02:00
feat: dev token loading, basic setup for musickit
This commit is contained in:
@@ -2,22 +2,24 @@
|
||||
<div class="not-found-view">
|
||||
<h1>404</h1>
|
||||
<p>Page not found</p>
|
||||
<RouterLink to="/" class="button primary">
|
||||
<RouterLink to="/" class="fancy-button">
|
||||
Home
|
||||
</RouterLink>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
<style scoped lang="scss">
|
||||
.not-found-view {
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
|
||||
h1 {
|
||||
font-size: 20vh;
|
||||
line-height: 100%;
|
||||
margin: 10px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user