-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdisclaimer.html
More file actions
73 lines (55 loc) · 4.2 KB
/
disclaimer.html
File metadata and controls
73 lines (55 loc) · 4.2 KB
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
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/v5/v5_style.css">
<title>Document</title>
<style>
pre {
color:rgb(0, 0, 0);
font-size:16px;
white-space: pre-wrap; /* Since CSS 2.1 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.container {
min-height: 80vh;
background: rgba( 255, 255, 255, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}
</style>
</head>
<body id = "mainpage">
<pre class="container" style="width:90vw;height: 92vh;overflow-y:scroll;">
Content Disclaimer for MTTOne YouTube Channels
The following channels are owned partially or completely by MTTOne
1. Mr Techtroid - <a href = "https://youtube.com/@mrtechtroid">youtube.com/@mrtechtroid</a>
2. Superbull - <a href = "https://youtube.com/@superbull">youtube.com/@superbull</a>
Last Updated: 27 January 2024
Content Warning: Viewer Discretion Advised
The videos on MTTOne channels may contain scenes or discussions that could be uncomfortable or sensitive for some viewers. Please exercise caution and discretion before watching. Viewer discretion is advised.
Fair Use Disclaimer:
Under Section 107 of the Copyright Act 1976, allowance is made for fair use for purposes such as criticism, comment, news reporting, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. These videos are intended for non-profit educational purposes, and the use of copyrighted material is in accordance with fair use guidelines.
<!-- This video is intended for non-profit educational purposes, and the use of copyrighted material is in accordance with fair use guidelines. -->
Views and Opinions:
The views and opinions expressed in MTTOne videos solely belong to the respective content creators/speakers/narrators and do not represent the views of our company or any affiliated individuals or organizations. While we strive to provide accurate information, we welcome any suggestions or corrections if inaccuracies are found. It's important to note that information presented in these videos is based on the creators' understanding at the time of creation and may evolve over time.
Ownership and Usage:
These videos are owned or licensed by MTTOne. Any usage of these videos in any medium without prior consent is strictly prohibited. Unauthorized reproduction, distribution, or public display may violate copyright law and result in legal action. For inquiries regarding licensing or usage permissions, please contact us at [license@mtt.one].
Community Guidelines:
We encourage a respectful and engaging discussion in the comments section of MTTOne videos. However, any inappropriate, offensive, or disrespectful comments will be moderated. We reserve the right to remove such comments and block users who violate these guidelines. Constructive criticism and diverse perspectives are welcomed, but we expect all participants to maintain a courteous and inclusive tone.
Disclaimer Changes:
This disclaimer is subject to change without notice. It is your responsibility to review this disclaimer periodically for updates. Substantial changes will be communicated through the video descriptions or announcements on the respective channels.
No Professional Advice:
The content presented in MTTOne videos is for informational purposes only and should not be considered as professional advice. The creators are not licensed professionals, and viewers are encouraged to seek advice from qualified experts for specific concerns.
Thank you for your understanding and support.
By accessing and watching the content on MTTOne channels, you acknowledge that you have read, understood, and agreed to the terms of this comprehensive disclaimer. If you have any questions or concerns, please contact us at [tos@mtt.one].
</pre>
</body>
</html>