mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-16 00:37:21 +02:00
15 lines
321 B
Vue
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>
|