-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcaptions.html
43 lines (41 loc) · 1.96 KB
/
captions.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>Subtitles - 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="Download YouTube subtitles and captions easily with YouTools. Improve accessibility and reach a wider audience with accurate captions for your videos.">
<meta name="keywords" content="YouTube subtitles, captions, download captions, YouTools, video accessibility">
<meta property="og:title" content="Subtitles Downloader - YouTools">
<meta property="og:description" content="Download YouTube subtitles and captions easily with YouTools.">
<meta property="og:image" content="https://youtool.netlify.app/images/captions.png">
<meta property="og:url" content="https://youtool.netlify.app/captions">
<link rel="canonical" href="https://youtool.netlify.app/captions">
<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="captions">
<div class="container">
<iframe src="https://downloadyoutubesubtitles.com/" width="100%" height="4300" frameborder="0" style="margin-top: 20px;"></iframe>
</div>
</section>
</main>
<footer>
<div class="container">
<p>© 2024 YouTools - Created by Shaan Andhavarapu.</p>
<p>Credit: <a href="https://downloadyoutubesubtitles.com" style="color: #0000EE;" target="_blank">www.downloadyoutubesubtitles.com</a></p>
</div>
</footer>
</body>
</html>