Added html meta description for cvat.org (#2035)

* Added html meta description for cvat.org

* Update index.html

Changed tabs to spaces
main
Boris Sekachev 6 years ago committed by GitHub
parent 8f323cfd5c
commit cf465b51eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,8 +8,10 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Computer Vision Annotation Tool (CVAT) is a free, open source, web-based image and video annotation tool which is used for labeling data for computer vision algorithms. CVAT supports the primary tasks of supervised machine learning: object detection, image classification, and image segmentation. CVAT allows users to annotate data for each of these cases" />
<meta name=”robots” content="index, follow">
<title>Computer Vision Annotation Tool</title>
</head>

Loading…
Cancel
Save