-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththumbnail.html
43 lines (41 loc) · 2.08 KB
/
thumbnail.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thumbnails - YouTools</title>
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<link rel="manifest" href="./site.webmanifest">
<meta name="description" content="Easily extract high-quality thumbnails from any YouTube video with YouTools Thumbnail Downloader. Enhance your video thumbnails and attract more viewers.">
<meta name="keywords" content="YouTube thumbnail downloader, video thumbnail extractor, thumbnail grabber, YouTube thumbnail generator, YouTools, content creatio">
<meta property="og:title" content="Thumbnail Downloader - YouTools">
<meta property="og:description" content="Easily extract high-quality thumbnails from any YouTube video with YouTools Thumbnail Downloader. Enhance your video thumbnails and attract more viewers.">
<meta property="og:image" content="https://youtool.netlify.app/images/logo_black.png">
<meta property="og:url" content="https://youtool.netlify.app/thumbnail">
<link rel="canonical" href="https://youtool.netlify.app/thumbnail">
<meta name="robots" content="index, follow">
<link rel="stylesheet" href="app.css">
</head>
<body>
<div class="logo-container">
<a href="./" title="Home Page">
<img src="images/logo_black.png" alt="YouTools Logo" class="logo">
</a>
</div>
<main>
<section class="thumbnail">
<div class="container">
<iframe src="https://getyoutubethumbnail.com/" width="100%" height="1000" frameborder="0"></iframe>
</div>
</section>
</main>
<footer>
<div class="container">
<p>© 2024 YouTools - Created by Shaan Andhavarapu</p>
<p>Credit: <a href="https://getyoutubethumbnail.com/" style="color: #0000EE;" target="_blank">www.getyoutubethumbnail.com</a></p>
</div>
</footer>
</body>
</html>