mirror of
https://github.com/bellingcat/auto-archiver-setup-tool.git
synced 2026-06-12 13:38:36 +03:00
Update src with privacy policy and tos
This commit is contained in:
14
src/App.vue
14
src/App.vue
@@ -5,6 +5,10 @@
|
||||
<v-main>
|
||||
<router-view />
|
||||
</v-main>
|
||||
<v-footer class="legal">
|
||||
<router-link to="/privacy">Privacy Policy</router-link>
|
||||
<router-link to="/tos">Terms of Service</router-link>
|
||||
</v-footer>
|
||||
</v-app>
|
||||
</div>
|
||||
</template>
|
||||
@@ -36,4 +40,14 @@ export default {
|
||||
html {
|
||||
background-color: #d6e8de;
|
||||
}
|
||||
|
||||
.legal a {
|
||||
margin-left: 2em;
|
||||
margin-right: 2em;
|
||||
color: inherit !important;
|
||||
}
|
||||
|
||||
.legal {
|
||||
justify-content: center;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user