Added routing, Tidied up components directory and added part of an unfinished API
This commit is contained in:
21
src/components/home_components/legal.vue
Normal file
21
src/components/home_components/legal.vue
Normal file
@@ -0,0 +1,21 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<label>
|
||||
<a href="">Terms of Service</a>
|
||||
-
|
||||
<a href="">Privacy Policy</a>
|
||||
-
|
||||
<a href="">Imprint</a>
|
||||
-
|
||||
<a href="">Contact</a>
|
||||
-
|
||||
<a href="">Support</a>
|
||||
</label>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user