diff options
| -rw-r--r-- | layouts/default.vue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/default.vue b/layouts/default.vue index 077c5fe..b3903ce 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -2,6 +2,9 @@ <v-app dark> <v-main> <v-container> + <audio autoplay="autoplay"> + <source src="HKT4_Track05.mp3" /> + </audio> <nuxt /> </v-container> </v-main> |
