-
Notifications
You must be signed in to change notification settings - Fork 477
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·39 lines (34 loc) · 1008 Bytes
/
index.html
File metadata and controls
executable file
·39 lines (34 loc) · 1008 Bytes
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
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link
rel="stylesheet"
<!-- href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" -->
<!--Not accessible in Chinese Mainland-->
<link rel=stylesheet href=https://cdnjs.loli.net/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css>
/>
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
<title>COCO Annotator</title>
</head>
<body>
<noscript>
<strong>
We're sorry but client doesn't work properly without JavaScript enabled.
Please enable it to continue.
</strong>
</noscript>
<div id="app"></div>
</body>
<style>
html,
body {
min-height: 100% !important;
height: 100%;
min-width: 100% !important;
width: 100%;
}
</style>
</html>