Files
garlic/README.md
2023-03-01 10:23:39 +01:00

28 lines
418 B
Markdown

# Garlic 🧄🧛
Garlic is a simple, fast and secure way to protect your website from being scraped by bots.
## What
You write your code and text as you would any other day, just let garlic protect your content from scraping.
1. You write:
```html
<p>
This is a test piece of text.
</p>
```
2. The scraper will see:
![final](./media/final.png)
3. But the user will see:
![user](./media/user.png)
# Why?