mirror of
https://github.com/4ev-link/4ev.link.git
synced 2026-01-13 16:18:05 +00:00
20 lines
1.0 KiB
HTML
20 lines
1.0 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>
|
|
<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">
|
|
4ev.link is US based. Please do not break US law while using our service. Send any reports to <a href="mailto:hey@4ev.link" class="text-sky-500 hover:underline">hey@4ev.link</a>. It will be reviewed on a case by case basis.
|
|
</p>
|
|
<a href="/" class="mt-8 inline-block text-sky-500 hover:underline">← Back to home</a>
|
|
</div>
|
|
</body>
|
|
</html>
|