Files
4ev.link/abuse.html

21 lines
927 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Report Abuse - 4ev.link</title>
<meta name="description" content="Report violations of 4ev.link terms of service.">
<link rel="icon" href="/public/icon.png">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-slate-50 text-slate-800 font-sans flex items-center justify-center min-h-screen">
<div class="max-w-2xl p-8 text-center">
<h1 class="text-3xl font-bold mb-4">Report Abuse</h1>
<p class="text-slate-600">
To report abuse or any violation of our policies, please email us at <a href="mailto:hey@4ev.link" class="text-sky-500 hover:underline">hey@4ev.link</a>.
</p>
<a href="/" class="mt-8 inline-block text-sky-500 hover:underline">&larr; Back to home</a>
</div>
</body>
</html>