|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 |
| - <title>Vectorly documentation</title> |
5 |
| - |
6 |
| - <!-- Meta --> |
7 |
| - <meta charset="utf-8"> |
8 |
| - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
9 |
| - <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
10 |
| - <meta name="description" content="Vectorly AI Upscaler Documentation"> |
11 |
| - <meta name="author" content="Vectorly"> |
12 |
| - <link rel="shortcut icon" href="assets/images/vectorly-logo-circle.svg"> |
| 4 | + |
| 5 | + <title>Vectorly: AI Upscaling Documentation</title> |
| 6 | + <!-- Meta --> |
| 7 | + <meta charset="utf-8"> |
| 8 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 9 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 10 | + <meta content="Vectorly: AI Upscaling Documentation" property="og:title"> |
| 11 | + <meta |
| 12 | + content="Vectorly's AI upscaler upscalens and your app's video content on users' devices as they watch it, letting them stream low resolution video and watch it in high definition." |
| 13 | + name="description"> |
| 14 | + <meta content="https://vectorly.io/images/new/ai-compression-temporary.png" property="og:image"> |
| 15 | + |
| 16 | + <meta content="Vectorly: Realtime AI Upscaling" property="twitter:title"> |
| 17 | + <meta |
| 18 | + content="Vectorly's AI enhancer upscales your app's video content on users' devices as they watch it, letting them stream low resolution video and watch it in high definition." |
| 19 | + property="twitter:description"> |
| 20 | + <meta content="https://vectorly.io/images/new/ai-compression-temporary.png" property="twitter:image"> |
| 21 | + |
| 22 | + <meta name="author" content="Vectorly"> |
| 23 | + |
| 24 | + <meta property="og:type" content="website"> |
| 25 | + <meta content="summary_large_image" name="twitter:card"> |
| 26 | + |
| 27 | + <link rel="shortcut icon" href="assets/images/vectorly-logo-circle.svg"> |
13 | 28 |
|
14 | 29 | <!-- Google Font -->
|
15 | 30 | <link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap" rel="stylesheet">
|
|
20 | 35 | <!-- Theme CSS -->
|
21 | 36 | <link id="theme-style" rel="stylesheet" href="assets/css/theme.css">
|
22 | 37 |
|
| 38 | + |
| 39 | + <!-- Global site tag (gtag.js) - Google Analytics --> |
| 40 | + <script async src="https://www.googletagmanager.com/gtag/js?id=UA-134514531-1"></script> |
| 41 | + <script> |
| 42 | + window.dataLayer = window.dataLayer || []; |
| 43 | + function gtag(){dataLayer.push(arguments);} |
| 44 | + gtag('js', new Date()); |
| 45 | + |
| 46 | + gtag('config', 'UA-134514531-1'); |
| 47 | + </script> |
| 48 | + |
23 | 49 | </head>
|
24 | 50 |
|
25 | 51 | <body>
|
|
0 commit comments