-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (23 loc) · 1.2 KB
/
index.html
File metadata and controls
25 lines (23 loc) · 1.2 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="origin-trial" content="Capto" />
<title>Capto</title>
<meta name="description" content="Capto - Record smarter, directly in your browser." />
<meta name="keywords" content="browser only screen recorder, screen recording, webcam recording, browser-based recorder, video capture, Capto" />
<meta name="theme-color" content="#000000" />
<!-- Open Graph meta tags -->
<meta property="og:title" content="Capto - Record Smarter, Directly in Your Browser" />
<meta property="og:description" content="A powerful browser-based screen and webcam recording app that’s secure, simple, and seamless." />
<meta property="og:image" content="https://github.com/vaibhav1663/capto/blob/master/screenshots/main-window.png?raw=true" />
<meta property="og:url" content="https://capto.vercel.app/" />
<meta property="og:type" content="website" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>