aboutsummaryrefslogtreecommitdiff
path: root/oworadio/dmca/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'oworadio/dmca/index.php')
-rw-r--r--oworadio/dmca/index.php42
1 files changed, 42 insertions, 0 deletions
diff --git a/oworadio/dmca/index.php b/oworadio/dmca/index.php
new file mode 100644
index 0000000..c587998
--- /dev/null
+++ b/oworadio/dmca/index.php
@@ -0,0 +1,42 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>OwORadio</title>
+ <link href="/static/css/bootstrap.min.css" rel="stylesheet"
+ integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <script src="https://cdn.jsdelivr.net/gh/foobar404/wave.js/dist/bundle.iife.js"></script>
+</head>
+<body style="background:#111;">
+<nav style="background-color: #2222228a !important;color:white !important;backdrop-filter: blur(10px);"
+ class="navbar navbar-fixed navbar-expand-lg navbar-dark bg-light">
+ <div class="container-fluid">
+ <a class="navbar-brand" style="text-align: center;" href="#">
+ OwORadio
+ </a>
+
+ <span class="navbar-text">
+ Copyright/DMCA report page
+ </span>
+ </div>
+</nav>
+
+<div class="container text-white">
+ <br>
+ <h1>How OwORadio handles DMCA takedown requests?</h1>
+ <p>If you deem a content streamed through the OwORadio service is infringing copyright laws, you can ask us to
+ remove the aforementioned content. All your reports should be diriged to <a
+ href="mailto:nekostarfan+dmca@gmail.com">nekostarfan+dmca@gmail.com</a>.</p>
+ <p>If you are the owner of the content (and you can prove being so), you can kindly ask us to remove the content
+ without a DMCA takedown request. <b>The following content is ONLY for DMCA requests and don't apply to simpler
+ requests.</b></p>
+ <p>Since the content is hosted in Europe, and that the service is operating within the European Union, we will not
+ consider any DMCA requests that didn't received an order from an European tribunal. OwORadio must not be
+ required to restrict content unless an order has been issued by an independant and impartial judicial
+ authority that has determined that the material at issue is unlawful.</p>
+ <p>No information that you provide through your DMCA request (even without respecting the aforementioned rules) will
+ be disclosed outside of the legal procedure.</p>
+</div>
+</body>
+</html> \ No newline at end of file