diff options
| -rw-r--r-- | pages/index.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pages/index.vue b/pages/index.vue index d71da56..bb821c2 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -112,6 +112,10 @@ </tbody> </v-simple-table> </div> + <div class="contact"> + <h1>Contact me</h1> + <p>If you want to ask me questions or just want to contact me. Contact me at <a href="mailto:andrew@alee14.me">andrew@alee14.me</a>.</p> + </div> </v-container> </div> </template> |
