39 lines
2.8 KiB
HTML
39 lines
2.8 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<!-- Emoji favicon: target reticle — inline SVG to avoid a separate file -->
|
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎯</text></svg>" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Snipe — eBay trust scoring before you bid</title>
|
|
<meta name="description" content="Score eBay listings and sellers for trustworthiness before you bid. Catches new accounts, suspicious prices, duplicate photos, and established scammers. Free, no account required." />
|
|
<meta name="theme-color" content="#e89122" />
|
|
<meta property="og:site_name" content="CircuitForge" />
|
|
<meta property="og:title" content="Snipe — eBay trust scoring before you bid" />
|
|
<meta property="og:description" content="Score eBay listings and sellers for trustworthiness before you bid. Free, no account required." />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://menagerie.circuitforge.tech/snipe" />
|
|
<meta property="og:image" content="https://menagerie.circuitforge.tech/snipe/og-image.png" />
|
|
<meta property="og:image:width" content="1200" />
|
|
<meta property="og:image:height" content="630" />
|
|
<meta property="og:image:alt" content="Snipe — eBay trust scoring before you bid. Free. No account required." />
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="Snipe — eBay trust scoring before you bid" />
|
|
<meta name="twitter:description" content="Free eBay trust scorer. Catches scammers before you bid. No account required." />
|
|
<meta name="twitter:image" content="https://menagerie.circuitforge.tech/snipe/og-image.png" />
|
|
<link rel="canonical" href="https://menagerie.circuitforge.tech/snipe" />
|
|
<!-- Inline background prevents blank flash before CSS bundle loads -->
|
|
<!-- Matches --color-surface dark tactical theme from theme.css -->
|
|
<style>
|
|
html, body { margin: 0; background: #0d1117; min-height: 100vh; }
|
|
</style>
|
|
<!-- Plausible analytics: cookie-free, GDPR-compliant, self-hosted.
|
|
Skips localhost/127.0.0.1. Reports to hostname + circuitforge.tech rollup. -->
|
|
<script>(function(){if(/localhost|127\.0\.0\.1/.test(location.hostname))return;var s=document.createElement('script');s.defer=true;s.dataset.domain=location.hostname+',circuitforge.tech';s.dataset.api='https://analytics.circuitforge.tech/api/event';s.src='https://analytics.circuitforge.tech/js/script.js';document.head.appendChild(s);})();</script>
|
|
</head>
|
|
<body>
|
|
<!-- Mount target only — App.vue root must NOT use id="app". Gotcha #1. -->
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|