diff options
| author | Kenimarru <[email protected]> | 2024-01-06 16:27:46 +0100 |
|---|---|---|
| committer | Kenimarru <[email protected]> | 2024-01-06 16:27:46 +0100 |
| commit | cd5cafea59fd10c98ff12152b9e233a087cf9c0b (patch) | |
| tree | c9212da5badcf911b897063315ec0c32525ddefa /pages | |
| parent | v0.2.1 (diff) | |
| download | hiruku-cd5cafea59fd10c98ff12152b9e233a087cf9c0b.tar.xz hiruku-cd5cafea59fd10c98ff12152b9e233a087cf9c0b.zip | |
v0.2.2
Diffstat (limited to 'pages')
| -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). |