forked from uoguelph-ri/js-segment-annotator
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (17 loc) · 678 Bytes
/
index.html
File metadata and controls
20 lines (17 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="js/blob/canvas-toBlob.js"></script>
<script type="text/javascript" src="js/blob/Blob.js"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding" />
<title>Segmentation</title>
<link href="css/main.css" rel="stylesheet" type="text/css">
<script src="js/base64-binary.js" type="text/javascript"></script>
<script src="js/DataStream.js" type="text/javascript"></script>
<script data-main="js/main.js" src="js/require.js"></script>
</head>
<body>
</body>
</html>