-
Notifications
You must be signed in to change notification settings - Fork 0
/
legal-notice.html
69 lines (63 loc) · 2.75 KB
/
legal-notice.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!doctype html>
<html lang="en-US">
<head>
<!-- Required meta tags -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Streamit</title>
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.ico"/>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<!-- Typography CSS -->
<link rel="stylesheet" href="css/typography.css">
<!-- Style -->
<link rel="stylesheet" href="css/style.css"/>
<!-- Responsive -->
<link rel="stylesheet" href="css/responsive.css"/>
</head>
<body>
<!-- MainContent -->
<section class="sign-in-page">
<div class="container">
<div class="row justify-content-center align-items-center height-self-center">
<div class="col-lg-5 col-md-12 align-self-center">
<div class="sign-user_card ">
<div class="sign-in-page-data">
<div class="sign-in-from w-100 m-auto">
<h3 class="mb-3 text-center" style="color: red;">Legal Notice</h3>
</div>
</div>
<div class="mt-3">
<div class="d-flex justify-content-center links">
<div style="text-align: justify; text-justify: inter-character"> The Streamit service, including all content provided on the Streamit service, is protected by copyright, trademark, trade secret or other intellectual property laws and treaties.<br><br>
<h4 style="color: red;">Copyright </h4><br>
The copyrights in the shows and movies on our service are owned by many great producers, including Streamit Studios, LLC. If you believe your or someone else’s copyrights are being infringed upon through the Streamit service, let us know by completing the Copyright Infringement Claims form <div style="color: red;">(www.streamit.com/copyrights).</div></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- MainContent End-->
<!-- back-to-top End -->
<!-- jQuery, Popper JS -->
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/popper.min.js"></script>
<!-- Bootstrap JS -->
<script src="js/bootstrap.min.js"></script>
<!-- Slick JS -->
<script src="js/slick.min.js"></script>
<!-- owl carousel Js -->
<script src="js/owl.carousel.min.js"></script>
<!-- select2 Js -->
<script src="js/select2.min.js"></script>
<!-- Magnific Popup-->
<script src="js/jquery.magnific-popup.min.js"></script>
<!-- Slick Animation-->
<script src="js/slick-animation.min.js"></script>
<!-- Custom JS-->
<script src="js/custom.js"></script>
</body>
</html>