Files
Reduce/frontend/index.html
Arkaprabha Chakraborty 2a46aa7d79 feat: version 2.1
2026-02-13 00:01:00 +05:30

27 lines
1.2 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Reduce - Those Pesky Long URLs</title>
<meta name="description" content="Reduce is a URL shortener that lets you manage your links. Links are first come first serve!" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Reduce - Those Pesky Long URLs" />
<meta property="og:description" content="Reduce is a URL shortener that lets you manage your links. Links are first come first serve!" />
<meta property="og:image" content="/og-image.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="Reduce - Those Pesky Long URLs" />
<meta property="twitter:description" content="Reduce is a URL shortener that lets you manage your links. Links are first come first serve!" />
<meta property="twitter:image" content="/og-image.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>