You've already forked AstralRinth
forked from didirus/AstralRinth
New error page, add legal pages, responsiveness for home page
This commit is contained in:
19
pages/documentation/index.vue
Normal file
19
pages/documentation/index.vue
Normal 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>
|
||||
Reference in New Issue
Block a user