New error page, add legal pages, responsiveness for home page

This commit is contained in:
Jai A
2020-11-02 22:04:40 -07:00
parent b7de47b6fb
commit 4b0b8d4de2
11 changed files with 587 additions and 119 deletions

View File

@@ -0,0 +1,19 @@
<template>
<div class="content">
<h2>Documentation</h2>
<p>Coming Soon!</p>
</div>
</template>
<script>
export default {
auth: false,
}
</script>
<style lang="scss" scoped>
.main {
margin: 0 auto;
max-width: 800px;
}
</style>