-
Notifications
You must be signed in to change notification settings - Fork 0
/
impressum.php
62 lines (51 loc) · 1.5 KB
/
impressum.php
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
<?php
$title = "envs.net | impressum";
$desc = "envs.net | impressum";
include 'neoenvs_header.php';
?>
<body id="body">
<!-- Back button -->
<nav class="sidenav">
<a href="/">
<img src="https://envs.net/img/envs_logo_200x200.png" class="site-icon" title="Back to the envs.net homepage">
</a>
</nav>
<!-- main panel -->
<main>
<div class="block">
<h1>impressum</h1>
</div>
<p>responsible according to § 5 DDG:</p>
<pre>
Sven Kinne (<a href="https://envs.net/~creme/">~creme</a>)
Bautzener Straße 6
D-02943 Boxberg O.L. / O.T. Uhyst
</pre>
<table>
<tr><th class="tw10"></th> <th></th></tr>
<tr>
<td>website:</td>
<td><a href="https://envs.net/" target="_blank">https://envs.net/</a><br />
<a href="https://envs.sh/" target="_blank">https://envs.sh/</a></td>
</tr>
<tr>
<td>email:</td>
<td><a href="mailto:[email protected]" target="_blank">[email protected]</a></td>
</tr>
</table>
<h2>additional information</h2>
<p><strong>envs does not assume any liability for the individual user websites!</strong></p>
<p>user pages can be recognized as follows:</p>
<ul>
<li><code>https://envs.net/~username/</code></li>
<li><code>https://envs.net/u/username/</code></li>
<li><code>https://username.envs.net/</code></li>
<li><code>https://username.envs.sh/</code></li>
</ul>
<p>in addition:</p>
<ul>
<li><code>gemini://envs.net/~username/</code></li>
<li><code>gopher://envs.net:70/1/~username/</code></li>
</ul>
</main>
<?php include 'neoenvs_footer.php'; ?>