-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlegal.html
65 lines (62 loc) · 3.36 KB
/
legal.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Legal | Disturbo's corner</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="assets/icons/icon.png">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P4P5HCX3GM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-P4P5HCX3GM');
</script>
<script type="text/javascript" src="scripts/FileSaver.js"></script>
<script type="text/javascript" src="scripts/ModuleLoader.js"></script>
<meta http-equiv="content-language" content="en">
<meta property="og:image" content="assets/icons/icon.png">
<meta name="theme-color" content="#56744b">
<meta author="Disturbo">
</head>
<body onload="loaded()">
<div class="content main" style="font-family: DINNext-Regular">
<div id="navbar"></div>
<div id="page-content">
<center>
<h3 style="padding-top: 30px">Riot Games' "Legal Jibber Jabber"</h3>
<div style="display: inline-block; text-align:left; padding-bottom:20px">
<div>Disturbo's corner was created under Riot Games' "Legal Jibber Jabber" policy using assets owned by Riot Games.</div>
<div>Riot Games does not endorse or sponsor this project.</div>
<p style="margin-bottom:5px">Assets used include:</p>
<ul style="margin:0px">
<li><a href="https://www.artstation.com/artwork/xJN8VO">Grafit Studio environments</a>
(<a href="https://cdna.artstation.com/p/assets/images/images/031/820/330/large/grafit-studio-illustration-1-for-publishing.jpg?1604676250">1</a>,
<a href="https://cdnb.artstation.com/p/assets/images/images/031/820/295/large/grafit-studio-illustration-7-for-publishing.jpg?1604676164">2</a>)
</li>
<li><a href="https://www.artstation.com/artwork/xJN8VO">ENVAR Studio mograph frames</a>
(<a href="https://cdnb.artstation.com/p/assets/images/images/032/339/859/large/atey-ghailan-envar-studio-illustration-2render4.jpg?1606162167">1</a>)
</li>
</ul>
</div>
<h3>GPL-3.0</h3>
<div style="display: inline-block; text-align:left; white-space: pre-wrap;">VALORANT Email and Dossier generator
Copyright (C) 2022 Disturbo
This <a href="https://github.com/NotToDisturb/NotToDisturb.github.io">program</a> is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>.
</div>
</center>
</div>
</div>
<script type="text/javascript" src="scripts/About.js"></script>
</body>
</html>