-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlegal.html
68 lines (42 loc) · 3.31 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
66
67
68
<!DOCTYPE html>
<html>
<!-- Storyteller dice roller v0.0.10-web-components -->
<head>
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<title>Legal notices - Storyteller Dice Roller</title>
<!-- web components JavaScript -->
<script src="components/header-roller.js"></script>
<script src="components/footer-roller.js"></script>
<!-- external javascript for the roller -->
<script src="WtA20-roller.js" defer></script>
<!-- external css for the roller -->
<link rel="stylesheet" href="index.css">
<!-- Adobe fonts link -->
<link rel="stylesheet" href="https://use.typekit.net/lyk8wbp.css">
</head>
<body>
<div class="wrapper">
<section class="flex" id="topbars">
<div class="flex row column">
<header-roller></header-roller>
<div class="row header" id="maintitle">
<h1 id="title">Legal notices</h1>
</div>
</div>
</section>
<div class="flex column textcolumn">
<p>Copyright © 2023 Richard Cosgrove</p>
<p>'Storyteller Dice Roller' was created by Richard Cosgrove, with the assistance of the <a rel="nofollow external" referrerpolicy="no-referrer" target="_blank" href="https://stackoverflow.com/" title="Stack Overflow">Stack Overflow community</a>.</p>
<p>Some code was adapted from resources provided by <a rel="nofollow external" referrerpolicy="no-referrer" target="_blank" href="https://www.w3schools.com" title="w3schools">w3schools.com</a>, <a rel="nofollow external" referrerpolicy="no-referrer" target="_blank" href="https://www.uiverse.io" title="w3schools">uiverse.io</a> and <a rel="nofollow external" referrerpolicy="no-referrer" target="_blank" href="https://www.html-css-js.com" title="html-css-js.com">html-css-js.com</a>.</p>
<p>The code was written using <a rel="nofollow external" referrerpolicy="no-referrer" target="_blank" href="https://www.sublimetext.com/download" title="Sublime Text">Sublime Text 4</a>.</p>
<p>Fonts are provided via <a rel="nofollow external" referrerpolicy="no-referrer" target="_blank" href="https://use.typekit.net/lyk8wbp.css" title="html-css-js.com">Adobe TypeKit</a>.</p>
<p>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.</p>
<p>The Storyteller Dice Roller is not official World of Darkness material. It is released under Paradox Interactive AB's <a rel="nofollow external" referrerpolicy="no-referrer" target="_blank" href="https://www.worldofdarkness.com/dark-pack" title="World of Darkness Dark Pact – Paradox">'Dark Pact'</a>.</p>
<p>Portions of the materials are the copyrights and trademarks of Paradox Interactive AB, and are used with permission. All rights reserved. For more information please visit <a rel="nofollow external" referrerpolicy="no-referrer" target="_blank" href="https://www.worldofdarkness.com" title="World of Darkness">worldofdarkness.com</a>.</p>
</div>
<footer-roller></footer-roller>
</div>
</body>
</html>