mirror of
https://github.com/arkorty/DownLink.git
synced 2026-03-17 16:51:45 +00:00
58 lines
1.8 KiB
HTML
58 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="https://downlink.webark.in/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta
|
|
name="description"
|
|
content="Download videos from YouTube and Instagram with ease."
|
|
/>
|
|
<meta
|
|
name="keywords"
|
|
content="DownLink, video downloader, YouTube downloader, Instagram downloader"
|
|
/>
|
|
<meta name="author" content="DownLink" />
|
|
|
|
<!-- Open Graph tags for social media -->
|
|
<meta property="og:title" content="DownLink" />
|
|
<meta
|
|
property="og:description"
|
|
content="Download videos from YouTube and Instagram with ease."
|
|
/>
|
|
<meta
|
|
property="og:image"
|
|
content="https://downlink.webark.in/og-image.png"
|
|
/>
|
|
<meta property="og:site_name" content="DownLink" />
|
|
<meta property="og:url" content="https://downlink.webark.in" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:image:width" content="1200" />
|
|
<meta property="og:image:height" content="630" />
|
|
|
|
<!-- Twitter card tags for Twitter sharing -->
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="DownLink" />
|
|
<meta
|
|
name="twitter:description"
|
|
content="Download videos from YouTube and Instagram with ease."
|
|
/>
|
|
<meta
|
|
name="twitter:image"
|
|
content="https://downlink.webark.in/twitter-card.png"
|
|
/>
|
|
|
|
<link
|
|
rel="apple-touch-icon"
|
|
href="https://downlink.webark.in/logo192.png"
|
|
/>
|
|
<link rel="manifest" href="https://downlink.webark.in/manifest.json" />
|
|
<title>DownLink</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|