mirror of
https://github.com/4ev-link/4ev.link.git
synced 2026-01-13 16:18:05 +00:00
20 lines
967 B
HTML
20 lines
967 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>
|
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🔗</text></svg>">
|
|
<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">← Back to home</a>
|
|
</div>
|
|
</body>
|
|
</html>
|