-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (26 loc) · 1.21 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<title>React Image Annotate by MNgo</title>
<meta name="theme-color" content="#f1f1f1" />
<link rel="icon" type="image/png" href="/xxxs.png" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="React Image Annotate | Annotation React library | NPM Package | Developer: Aditya Suman">
<meta name="keywords"
content="React, Annotate, Annotation, Image, Markup, Canvas, MNgo, Library, Package, npm, react library, npm package">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="author" content="Aditya Suman">
<meta name="google-site-verification" content="tmpTIfxUJCSXkF8NKNgLWkRBtFpKisiSJOipCBQT8DA" />
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="1">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script src="https://html2canvas.hertzen.com/dist/html2canvas.js" type="text/javascript"></script>
</body>
</html>