This commit is contained in:
Arkaprabha Chakraborty
2025-12-14 06:45:34 +05:30
parent 9de7b5bafb
commit 1ecd710191
5 changed files with 15 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
![reduce.png](blob/reduce.png) ![reduce.png](blob/cover.png)
# Reduce # Reduce

BIN
blob/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -2,9 +2,22 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Reduce - URL Shortener</title> <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> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

BIN
frontend/public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB