diff options
author | Pratyush Desai | 2023-06-27 20:46:57 +0200 |
---|---|---|
committer | Pratyush Desai | 2023-06-27 20:46:57 +0200 |
commit | 217052452edbbae06ba9adb4e083412c3cc6999b (patch) | |
tree | da1417e01ed30503d11f74a2ae26e41c5f5d3be6 /rules.html | |
parent | b8ac00c78c32c5cf07bceed2adb50dec2383089f (diff) | |
parent | 3c2eca9ab4ff6845327b9f9fbaf239f85343fe23 (diff) | |
download | website-217052452edbbae06ba9adb4e083412c3cc6999b.tar.gz website-217052452edbbae06ba9adb4e083412c3cc6999b.tar.bz2 website-217052452edbbae06ba9adb4e083412c3cc6999b.zip |
Merge pull request 'rm/edit redundant links' (#25) from upkeep-general into master
Reviewed-on: https://git.com.de/LibertaCasa/website/pulls/25
Diffstat (limited to 'rules.html')
-rw-r--r-- | rules.html | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/rules.html b/rules.html new file mode 100644 index 0000000..f8ed64d --- /dev/null +++ b/rules.html @@ -0,0 +1,53 @@ +<!DOCTYPE html> +<html> + +<head> +<meta charset="UTF-8"> + <link rel="stylesheet" href="styles.css"> +<title>LibertaCasa - Rules</title> +</head> + +<body> +<pre> +┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐ +│ │ │─│ │─ │┬┘ │ │─┤ +┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │ + +┌─┐ ┬─┐ ┐─┐ ┬─┐ +│ │─┤ └─┐ │─┤ +└─┘ ┘ │ ──┘ ┘ │ +</pre> +<h3>Rules</h3> +<pre> + +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. + + + + + + + + + + + +<footer> + <a href="mailto:hello@liberta.casa"> Contact </a> +</footer> +</pre> +</body> +</html> |