diff options
author | mogad0n | 2021-01-31 07:27:15 +0530 |
---|---|---|
committer | mogad0n | 2021-01-31 07:27:15 +0530 |
commit | cd3ccabd81bf80bafe6b1175baa116174eac54f1 (patch) | |
tree | ee81df98d6bef71b2ccd5aa02d62cc442826da60 /index.html | |
download | website-cd3ccabd81bf80bafe6b1175baa116174eac54f1.tar.gz website-cd3ccabd81bf80bafe6b1175baa116174eac54f1.tar.bz2 website-cd3ccabd81bf80bafe6b1175baa116174eac54f1.zip |
Initial commit
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..5d86094 --- /dev/null +++ b/index.html @@ -0,0 +1,54 @@ +<!DOCTYPE html> +<html> + +<head> +<meta charset="UTF-8"> + <link rel="stylesheet" href="styles.css"> +<title>LibertaCasa</title> +</head> + +<body> +<pre> + +┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐ +│ │ │─│ │─ │┬┘ │ │─┤ +┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │ + +┌─┐ ┬─┐ ┐─┐ ┬─┐ +│ │─┤ └─┐ │─┤ +└─┘ ┘ │ ──┘ ┘ │ + + +<a href="/xmpp.html">XMPP</a> <a href="/matrix.html">Matrix</a> <a href="/irc.html">IRC</a> + + A community with multiple interconnected services which provide as a safe space for the discussion and dissemination +of various topics under the umbrella of Science, Philosophy, Politics and a general place to hang back and idle away. + + +There is a focus on supporting <a href="https://en.wikipedia.org/wiki/Free_and_open-source_software">FOSS</a> protocols + + +You can also visit us over The Onion Routing protocol at <a href="http://qzzf2qcfbhievvs5nzkccuwddroipy62qjocqtmgcgh75vd6w57m7yad.onion">LConion</a> + + +Donts: +====== + + -Repeated harassment of any network user. + -Distribution of child pornography. + -Dealing of goods and using the network as a space for commericial operations. + -Any denial of service against the network or its users. + -Use of our network resources or services for malicious intent. + -Connecting to the network for any reason using a compromised machine, including as a proxy or loading trojans or bots. + -Unwanted advertisement of websites, IRC network, or channels (also known as spamming). + -Evading bans, either those placed by network staff or by individual channels. + -Impersonation of network staff or services. + -Connecting through open proxies. + -Any other behavior deemed inappropriate by network staff. + + +</pre> +</body> +</html> + + |