diff options
author | Yuqi Feng <freach@freach.ltd> | 2022-08-25 14:05:52 +0000 |
---|---|---|
committer | Yuqi Feng <freach@freach.ltd> | 2022-08-25 14:05:52 +0000 |
commit | 5bd046abd8fdab4f6f49564e8ce2f6e4c22d859c (patch) | |
tree | f18fbcaf6276a3cb822ce9999f0202267799f7b1 /pages/about.vue |
First release
Diffstat (limited to 'pages/about.vue')
-rwxr-xr-x | pages/about.vue | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pages/about.vue b/pages/about.vue new file mode 100755 index 0000000..559d67e --- /dev/null +++ b/pages/about.vue @@ -0,0 +1,14 @@ +<template> + <v-container> + <v-row> + <v-col cols="6"> + <v-card :elevation="4"> + <v-card-title>About Me</v-card-title> + <v-divider></v-divider> + <v-card-text>Freach, An Anarchist Hacker</v-card-text> + </v-card> + </v-col> + </v-row> + </v-container> +</template> +<style lang="sass" scoped></style> |