Files
Reduce/frontend/index.html
Arkaprabha Chakraborty 1ecd710191 seo
2025-12-14 06:45:34 +05:30

27 lines
1.1 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 - URL Shortener</title>
<meta name="description" content="Reduce is a simple and fast URL shortener. Shorten your long links instantly." />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Reduce - URL Shortener" />
<meta property="og:description" content="Reduce is a simple and fast URL shortener. Shorten your long links instantly." />
<meta property="og:image" content="/og-image.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="Reduce - URL Shortener" />
<meta property="twitter:description" content="Reduce is a simple and fast URL shortener. Shorten your long links instantly." />
<meta property="twitter:image" content="/og-image.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>