about summary refs log tree commit diff
path: root/modules/services/akkoma/terms-of-service.html
blob: 33c7ff3d6c3060e25e33a125eac642b7c4ed35e6 (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
<!DOCTYPE html>
<html>
  <head></head>
  <body>
    <h2>Terms of Service</h2>
    <p>This is a private instance with only me and my friends. Here's the rules:</p>
    <ol>
      <li>
        <p>No discrimination based on race, gender, sexual orientation, disabilities, or any other characteristic.</p>
      </li>
      <li>
        <p>No harassment or doxxing towards others.</p>
      </li>
      <li>
        <p>No promotion of violence.</p>
      </li>
      <li>
        <p>No content that is illegal in United Kingdom, Japan, Finland, Germany, and South Korea.</p>
      </li>
      <li>
        <p>Use content warnings for explicit or controversial content.</p>
      </li>
    </ol>
    <p>Any account that doesn't abide by the rules specified above will be terminated without prior notice.</p>
  </body>
</html>