blob: dd27577feda65a44a11bf676767f7fd9255abd9f (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Symlinx</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="images/symlinx-icon.png">
</head>
<body>
<h1><center>Welcome to the</center></h1>
<h1><center>[ <span class="h1Blue">-</span><span class="h1Green">></span>symlinx█ ]</center></h1>
<h1><center>community!</center></h1>
<p><center>Managed and owned by <a href="https://symlinx.net/dacctal">dacctal</a> c ‿c</center></p>
<br>
<h2>All code repos:</h2>
<h3><a href="https://git.symlinx.net">git.symlinx.net</a></h3>
<br>
<h2>Find us on:</h2>
<h3><a href="xmpp:symlinx@muc.symlinx.net?join">XMPP</a> (symlinx@muc.symlinx.net)</h3>
<p>This is the main text chatroom for everyone. If you like minimalism, this is just for you!</p>
<br>
<h3><a href="mumble://symlinx.net?title=Root&version=1.2.0">Mumble</a> (symlinx.net)</h3>
<p>This is where all the voice channels are hosted. Come say hi! (also <a href="mumble://ygg.symlinx.net?title=Root&version=1.2.0">join on yggdrasil!</a>)</p>
<br>
<h3><a href="http://rxb75k2pd7s5hiho4vy3ics4bbcbxz2blzqccm7jvgsz5fzh3zlq.b32.i2p/">i2p eepsite</a> (symlinx.i2p)</h3>
<p>Just the i2p version of <a href="https://symlinx.net">the clearnet site</a></p>
<br>
</body>
</html>
|