diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..dd27577 --- /dev/null +++ b/index.html @@ -0,0 +1,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> + |
