feat: version 2.1

This commit is contained in:
2026-02-13 00:01:00 +05:30
parent 005838045a
commit 2a46aa7d79
13 changed files with 548 additions and 63 deletions

View File

@@ -4,19 +4,19 @@
<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." />
<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 - URL Shortener" />
<meta property="og:description" content="Reduce is a simple and fast URL shortener. Shorten your long links instantly." />
<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 - URL Shortener" />
<meta property="twitter:description" content="Reduce is a simple and fast URL shortener. Shorten your long links instantly." />
<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>