-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlegal.html
More file actions
60 lines (55 loc) · 2.24 KB
/
legal.html
File metadata and controls
60 lines (55 loc) · 2.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>XMPP Network Graph: Legal & Contact information</title>
<meta charset="UTF-8">
<meta property="og:title" content="XMPP Network Graph: Legal and Contact information" />
<meta property="og:description" content="Legal definitions and contact information for the XMPP Network Graph webapplication." />
<meta property="og:image" content="https://xmppnetwork.goodbytes.im/networking.png" />
<link rel="author" href="humans.txt" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<h1>XMPP Network Graph: Legal and Contact information</h1>
<p>Legal definitions and contact information for the XMPP Network Graph webapplication.</p>
</header>
<section>
<header>
<h2>Support</h2>
</header>
<section>
<p>If you have questions, concerns or suggestions, please join developers and contributors in this chat room: <a href="xmpp:xmppnetworkgraph@conference.igniterealtime.org?join">xmppnetworkgraph@conference.igniterealtime.org</a></p>
</section>
</section>
<section>
<header>
<h2>Contact</h2>
</header>
<section>
<p>This application was created by Guus der Kinderen.</p>
<p>XMPP<br><a href="xmpp:guus.der.kinderen@igniterealtime.org?message">guus.der.kinderen@igniterealtime.org</a></p>
<p>E-mail<br><a href="mailto:guus@goodbytes.nl">guus@goodbytes.nl</a></p>
</section>
</section>
<section>
<header>
<h2>Attribution</h2>
</header>
<section>
<p><a href="https://www.flaticon.com/free-icons/networking" title="networking icons">Networking icons created by Freepik - Flaticon</a></p>
</section>
</section>
<footer style="position: relative">
<nav>
<ul>
<li><a href="/">XMPP Network Graph</a></li>
<li><a href="3d.html">WebGL 3D variant</a></li>
<li><a href="webgl.html">WebGL 2D variant</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="legal.html">Legal & Contact information</a></li>
</ul>
</nav>
</footer>
</body>
</html>