mirror of
https://github.com/arkorty/Reduce.git
synced 2026-03-17 16:41:42 +00:00
27 lines
1.1 KiB
HTML
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>
|