-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (45 loc) · 3.72 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="e2eypPimpfZkOQOEpkZSgIbHZCp1EuaV8O5NPn4zNnc" />
<!-- Metadata for Open Graph and Twitter -->
<meta property="og:title" content="Slice URL - Free and Easy-to-Use URL Shortener for Efficient Link Management" />
<meta property="og:description" content="Simplify your links with Slice URL, a free and user-friendly URL shortener app built with React.js & Express.js. Easily shorten, customize, and track your links to boost engagement and optimize digital marketing strategies. Get started now to streamline your online presence!" />
<meta property="og:image" content="https://slice-url.vercel.app/og.jpg" />
<meta property="og:image:type" content="image/jpg" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://slice-url.vercel.app" />
<meta property="og:site_name" content="Slice-Url" />
<meta property="og:locale" content="en_US" />
<meta property="twitter:title" content="Slice URL - Free and Easy-to-Use URL Shortener for Efficient Link Management" />
<meta property="twitter:description" content="Simplify your links with Slice URL, a free and user-friendly URL shortener app built with React.js & Express.js. Easily shorten, customize, and track your links to boost engagement and optimize digital marketing strategies. Get started now to streamline your online presence!" />
<meta property="twitter:image:src" content="https://github-production-user-asset-6210df.s3.amazonaws.com/71178740/362152716-8990280b-c8b9-41c1-9905-14126ba1a07e.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240828%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240828T060227Z&X-Amz-Expires=300&X-Amz-Signature=6b221d9fb3ce863292d69b0704fda11b1c36818dab1de67e1c40b85aaeb5dc6d&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=10270250" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:site" content="@fazle-rabbi-dev" />
<meta property="twitter:domain" content="slice-url.vercel.app" />
<!-- Additional Metadata -->
<meta name="keywords" content="slice-url, url-shortner, fazle-rabbi-dev, mern-url-shortener, url-shortner-free, free-url-shortner, react-url-shortner, nodejs-url-shortner" />
<meta name="referrer" content="strict-origin-when-cross-origin" />
<meta name="hostname" content="slice-url.vercel.app" />
<meta name="author" content="Fazle Rabbi" />
<meta name="description" content="Simplify your links with Slice URL, a free and user-friendly URL shortener app built with React js & Express js. Easily shorten, customize, and track your links to boost engagement and optimize digital marketing strategies. Get started now to streamline your online presence!" />
<meta name="theme-color" content="#f8f8f8" />
<!-- Link and Canonical Tags -->
<link rel="canonical" href="https://slice-url.vercel.app" />
<link rel="author" href="/humans.txt" />
<link rel="icon" href="/favicon.ico" sizes="128x128" />
<link rel="icon" href="/favicon.ico" sizes="256x256" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.json" />
<!-- Basic Settings -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Slice URL - Free and Easy-to-Use URL Shortener for Efficient Link Management</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div class="min-h-screen flex flex-col justify-between" id="root"></div>
<div id="mobile-drawer-root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>