diff options
Diffstat (limited to 'pages/dmca/index.vue')
| -rw-r--r-- | pages/dmca/index.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/dmca/index.vue b/pages/dmca/index.vue index 79732ca..cbf756f 100644 --- a/pages/dmca/index.vue +++ b/pages/dmca/index.vue @@ -1,7 +1,7 @@ <template> <section class="space-y-4"> <section class="flex flex-col gap-2"> - <h1 class="text-primary text-3xl font-semibold">Disclaimer</h1> + <h2 class="text-primary text-3xl font-semibold">Disclaimer</h2> <p class="text-primary text-opacity-75">None of the files listed on hiruki.xyz are hosted on our servers. All links point to content hosted on third-party websites. hiruki.xyz does not accept responsibility for content hosted on third-party websites and has no involvement in the downloading/uploading of movies. We only post @@ -10,7 +10,7 @@ [email protected] and the content will be immediately removed.</p> </section> <section class="flex flex-col gap-2"> - <h1 class="text-primary text-3xl font-semibold">DMCA</h1> + <h2 class="text-primary text-3xl font-semibold">DMCA</h2> <p class="text-primary text-opacity-75">The Digital Millennium Copyright Act (DMCA) is a United States copyright law that implements two 1996 treaties of the World Intellectual Property Organization (WIPO). |