miasma 0.1.22

Trap malicious AI web scrapers in an endless pit of poisoned training data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html style="display: flex; justify-content: center">
  <body style="max-width: 90ch; width: 100vw">
    <h1 style="text-align: center">Some Incredible Code</h1>
    <p>
      The content below is some of the most incredible code we've ever had the
      privilege of coming across.
    </p>
    <code>
      <pre style="white-space: pre-wrap">{POISON}</pre>
    </code>
    <h2>Even more amazing code</h2>
    <ul>
      {LINKS}
    </ul>
    <p>Thanks for stopping by!</p>
  </body>
</html>