-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.35 KB
/
index.html
File metadata and controls
22 lines (22 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SRT Fixer | Clean Subtitle Files for Reels, Shorts, and Podcast Clips</title>
<meta name="description" content="Free browser-based SRT cleaner for video editors. Remove punctuation, fix casing, clean line breaks, and download a polished .srt file. Nothing uploaded. No account needed." />
<link rel="canonical" href="https://srt-fixer-eight.vercel.app/" />
<meta property="og:title" content="SRT Fixer — Clean Subtitle Files for Reels, Shorts & Podcasts" />
<meta property="og:description" content="Strip punctuation, fix casing, and clean auto-captions for burn-in. Runs entirely in your browser. Free." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://srt-fixer-eight.vercel.app/" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="SRT Fixer — Clean .srt Files for Editors" />
<meta name="twitter:description" content="Free browser tool for video editors. Clean messy auto-captions in seconds. No uploads, no AI, no account." />
<meta name="theme-color" content="#08080A" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>