-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (29 loc) · 1.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#DDB640"/>
<meta
name="description"
content="Need to shorten a URL, make it fast and track its progress at an AFFORDABLE RATE??? Then Cuttr is your destination. Come shorten your links and get free analytics when you sign up today with Cuttr"
/>
<meta
name="keywords"
content="url,URL,link, links, Links, shorten, shortener, link shortener, link shortening, link shorten, shorten link, free, Free, free-service, free service, short service,shortening service, Cutter, cutter, cuttr, Cuttr, CUTTR, short link, cut, cut link, the best url shortening service"
/>
<!-- Open graph -->
<meta property="og:title" content="Cuttr: Shorten your url and get a QR code now!!!" />
<meta property="og:url" content="https://cuttr.vercel.app/" />
<meta property="og:image" content="./src/assets/icons/og-Cuttr.png" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Need to shorten a URL, make it fast and track its progress at an AFFORDABLE RATE??? Then Cuttr is your destination. Come shorten your links and get free analytics when you sign up today with Cuttr." />
<link rel="icon" type="image/png" href="/src//assets/icons/Cuttr.png" />
<title>Cuttr - The Best Link Shortener</title>
</head>
<body>
<div id="root" class="bg-background"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>