2022-07-13 22:40:30 +02:00
|
|
|
<template>
|
|
|
|
<NuxtLayout name="centered-content">
|
|
|
|
<h1 class="m-0 text-5xl">Spotify Playlist Archive</h1>
|
2022-07-21 11:10:58 +02:00
|
|
|
<div class="w-6 text-xl text-center">
|
2022-07-13 22:40:30 +02:00
|
|
|
<p>
|
|
|
|
© 2019-{{ new Date().getFullYear() }} Mack Ward, Maciej Pędzich.
|
|
|
|
Released under MIT License.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Developed using
|
|
|
|
<NuxtLink
|
|
|
|
to="https://github.com/maciejpedzich/spotify-playlist-archive-website/blob/master/package.json#L11"
|
|
|
|
target="_blank"
|
|
|
|
>these packages</NuxtLink
|
|
|
|
>. Hosted on
|
|
|
|
<NuxtLink to="https://www.netlify.com" target="_blank">Netlify</NuxtLink
|
|
|
|
>.
|
|
|
|
</p>
|
2022-07-21 11:10:58 +02:00
|
|
|
<p class="mb-2">
|
2022-07-13 22:40:30 +02:00
|
|
|
Source code:
|
|
|
|
<NuxtLink
|
|
|
|
to="https://github.com/mackorone/spotify-playlist-archive"
|
|
|
|
target="_blank"
|
|
|
|
>playlist archive</NuxtLink
|
2022-07-24 11:21:13 +02:00
|
|
|
>
|
|
|
|
|
|
2022-07-13 22:40:30 +02:00
|
|
|
<NuxtLink
|
|
|
|
to="https://github.com/maciejpedzich/spotify-playlist-archive-website"
|
|
|
|
target="_blank"
|
|
|
|
>this website</NuxtLink
|
|
|
|
>.
|
|
|
|
</p>
|
2022-07-24 11:21:13 +02:00
|
|
|
<p>This project is not associated with Spotify AB in any way.</p>
|
2022-07-13 22:40:30 +02:00
|
|
|
</div>
|
|
|
|
</NuxtLayout>
|
|
|
|
</template>
|