-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (28 loc) · 1.55 KB
/
Copy pathindex.html
File metadata and controls
36 lines (28 loc) · 1.55 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
26
27
28
29
30
31
32
33
34
35
36
<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Simple and minimalistic screen recorder. Recordify lets you record your screen instantly, with no watermark and no additional configuration required.">
<meta name="theme-color" content="#68459e">
<meta property="og:url" content="https://recordify.tomasbottari.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="Recordify - Screen recorder">
<meta property="og:description"
content="Simple and minimalistic screen recorder. Recordify lets you record your screen instantly, with no watermark and no additional configuration required.">
<meta property="og:image" content="https://recordify.tomasbottari.com/images/preview.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Recordify - Screen recorder">
<meta name="twitter:description"
content="Simple and minimalistic screen recorder. Recordify lets you record your screen instantly, with no watermark and no additional configuration required.">
<meta name="twitter:image" content="https://recordify.tomasbottari.com/images/preview.png">
<title>Recordify - Screen recorder</title>
<link rel="icon" href="/favicon.ico">
<link rel="preload" href="/assets/fonts/DynaPuff-SemiBold.woff2" as="font" type="font/woff2" crossorigin>
<script type="module" src="/src/main.js"></script>
</head>
<body>
<div id="app" class="app_container"></div>
</body>
</html>