Files
deflock/webapp/src/views/ContactView.vue
T
2024-10-04 01:52:04 -05:00

15 lines
321 B
Vue

<template>
<v-container max-width="1000">
<h2>Contact Us</h2>
<p>
If you have any questions or concerns about the data on this site, please contact us at <a href="mailto:contact@deflock.me">contact@deflock.me</a>.
</p>
</v-container>
</template>
<style scoped>
p {
margin-top: 0.5rem;
}
</style>