mirror of
https://github.com/arkorty/DownLink.git
synced 2026-03-18 09:02:32 +00:00
51 lines
1.7 KiB
HTML
51 lines
1.7 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="https://dl.arkorty.xyz/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://dl.arkorty.xyz/og-image.png" />
|
|
<meta property="og:url" content="https://dl.arkorty.xyz" />
|
|
<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://dl.arkorty.xyz/twitter-card.png"
|
|
/>
|
|
|
|
<link rel="apple-touch-icon" href="https://dl.arkorty.xyz/logo192.png" />
|
|
<link rel="manifest" href="https://dl.arkorty.xyz/manifest.json" />
|
|
<title>DownLink</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|