Main HTML Templates

This commit is contained in:
2025-09-23 00:49:17 +02:00
parent 36f9f62a0e
commit cfe48023e6
9 changed files with 572 additions and 0 deletions

19
templates/scraper.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Fuck U</title>
</head>
<body>
<main>
<h1>Fuck YOU</h1>
<h2>Why? Because you fucko are on my bot/scraper blacklist</h2>
<h2>I suggest u read my robots.txt bitch</h2>
<h2>But who cares about my robots.txt anyway ay?</h2>
<br><br>
<h2>Think I was a lil too harsh to u? OK, mail me (at) <a href="mailto:unblock@weingardt.dev">unblock@weingardt.dev</a></h2>
</main>
</body>
</html>