aboutsummaryrefslogtreecommitdiff
path: root/pages/page6.vue
blob: 1840c471c8ecf813cddf64e38ef700281afb808a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<template>
  <div>
    <!-- Replace this -->
    <a href="https://www.youtube.com/watch?v=Bs0GuU0cUtw">YouTube Link</a>
  </div>
</template>
<script>
export default {
  components: {},
}
</script>