mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-02-12 23:12:48 +00:00
33 lines
1.5 KiB
HTML
33 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
<link rel="manifest" href="/site.webmanifest">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta property="og:title" content="DeFlock" />
|
|
<meta property="og:description" content="Your car is being tracked. See where license plate readers are, avoid them, and report new ones. Protect your privacy at Deflock.me." />
|
|
<meta property="og:image" content="https://deflock.me/og-banner.png" />
|
|
<meta property="og:url" content="https://deflock.me" />
|
|
<meta property="og:type" content="website" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
|
|
<title>DeFlock - ALPR Database</title>
|
|
<script>
|
|
// Analytics in prod
|
|
if (window.location.hostname !== 'localhost') {
|
|
var plausibleScript = document.createElement('script');
|
|
plausibleScript.src = 'https://plausible.io/js/script.file-downloads.outbound-links.js';
|
|
plausibleScript.defer = true;
|
|
plausibleScript.setAttribute('data-domain', 'deflock.me');
|
|
document.head.appendChild(plausibleScript);
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|