Created about page

This commit is contained in:
Pünkösd Marcell 2020-11-27 01:56:36 +01:00
parent 699d5e2e7f
commit afc5a6b1fe
2 changed files with 13 additions and 12 deletions

View File

@ -1,7 +1,18 @@
<template>
<b-container>
<div class="about">
<h1>This is an about page</h1>
<h1>About</h1>
<p>onSpot is a simple utility to connect your MusicBrainz account with Spotify.</p>
<h1>Resources</h1>
<ul>
<li><a href="https://git.kmlabz.com/onspot/onspot-frontend">Frontend on Git</a></li>
<li><a href="https://git.kmlabz.com/onspot/backend">Backend on Git</a></li>
<li><a href="https://swagger.kmlabz.com/?urls.primaryName=onSpot%20Backend">API Documentation</a></li>
<li><a href="https://xwiki.kmlabz.com/bin/view/Projektek/onSpot/">Wiki page</a></li>
</ul>
</div>
<p>Created by Kristóf Torma and Marcell Pünkösd</p>
<p class="text-muted">2020 BME</p>
</b-container>
</template>

View File

@ -20,14 +20,4 @@
</b-col>
</b-row>
</b-container>
</template>
<script>
export default {
name: "NotFound"
}
</script>
<style scoped>
</style>
</template>