mirror of
https://github.com/4ev-link/4ev.link.git
synced 2026-01-13 16:18:05 +00:00
27 lines
1.4 KiB
HTML
27 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Acceptable Use Policy - 4ev.link</title>
|
|
<meta name="description" content="Usage guidelines and policies for the 4ev.link URL shortening service.">
|
|
<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">Acceptable Use Policy</h1>
|
|
<p class="text-slate-600 mb-4">
|
|
4ev.link is US based. Please do not break US law while using our service. We review reports on a case by case basis.
|
|
</p>
|
|
<p class="text-slate-600 font-medium">
|
|
We reserve the right to suspend or remove any link that appears suspicious, malicious, or illicit at our sole discretion without notice.
|
|
</p>
|
|
<p class="text-slate-600 mt-4 text-sm">
|
|
Send abuse reports to <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>
|