diff options
| author | Pratyush Desai | 2021-12-24 20:08:42 +0530 | 
|---|---|---|
| committer | Pratyush Desai | 2021-12-24 20:08:42 +0530 | 
| commit | 5564ffb20798d45bf87910feea39bf02b0d2dee4 (patch) | |
| tree | 1a4deea0ecbb582e1efe6eb8cabadb679dccfa42 /static/index.html | |
| parent | 5725181871aab1b84ddb0cbccc7d6f033210c2cb (diff) | |
| download | website-5564ffb20798d45bf87910feea39bf02b0d2dee4.tar.gz website-5564ffb20798d45bf87910feea39bf02b0d2dee4.tar.bz2 website-5564ffb20798d45bf87910feea39bf02b0d2dee4.zip | |
django initdjango
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 108 | 
1 files changed, 108 insertions, 0 deletions
| diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..e12b5c3 --- /dev/null +++ b/static/index.html @@ -0,0 +1,108 @@ +<!DOCTYPE html> +<html> + +<head> +<meta charset="UTF-8"> +  <link rel="stylesheet" href="styles.css"> +<title>LibertaCasa</title> +</head> + +<body> +<pre> + +┬   ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐ +│    │  │─│ │─  │┬┘  │  │─┤ +┘─┘ └┴┘ │─┘ ┴─┘ │└┘  ┘  ┘ │ + +┌─┐ ┬─┐ ┐─┐ ┬─┐ +│   │─┤ └─┐ │─┤ +└─┘ ┘ │ ──┘ ┘ │ + + +A community with multiple interconnected services which provides 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">our onion address.</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. + + +Services (Clearnet): +=================== + +Communications: +-------------- + +<a href="/irc.html">IRC</a> | <a href="/xmpp.html">XMPP</a> | <a href="/matrix.html">Matrix</a> | <a href="https://meet.lysergic.dev">Jitsi Video Conferencing </a> + +Search Engines: +-------------- + +<a href="https://searx.xkek.net">SearX</a> | <a href="https://yacy.xkek.net">YaCy</a> + +Others: +------ + +<a href="https://pasta.lysergic.dev">Private Bin</a> | <a href="https://git.com.de">Gitea</a> | <a href="https://party.lysergic.dev">Cytube - Watch together</a> + + +Services (Tor): +============== + +Communications: +-------------- + +<a href="/irc.html">IRC</a> + +Search Engines: +-------------- + +<a href="http://searx.bsbvtqi5oq2cqzn32zt4cr2f2z2rwots3dq7gmdcnlyqoxko2wx6reqd.onion/">SearX</a> | <a href="http://yacy.bsbvtqi5oq2cqzn32zt4cr2f2z2rwots3dq7gmdcnlyqoxko2wx6reqd.onion/">YaCy</a> + + +Services (I2P): +============== + +Communications: +-------------- + +<a href="/irc.html">IRC</a> + + +Contribute: +========== +Check our <a href="git.html">/git</a> info page or head directly to the <a href="https://git.casa/">main repository.</a> + + + + + + + + + + + +<footer> +  <a href="mailto:hello@liberta.casa">Contact </a> +</footer> +</pre> +</body> +</html> | 
