You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
488 B
HTML
16 lines
488 B
HTML
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
<head>
|
|
<title> CVAT-CANVAS Dev Server </title>
|
|
<script type="text/javascript" src="index.js"></script>
|
|
<script type="text/javascript" src="cvat-core.js"></script>
|
|
<script type="text/javascript" src="cvat-canvas.js"></script>
|
|
<link rel = "stylesheet" type = "text/css" href = "canvas.css" />
|
|
</head>
|
|
<body>
|
|
<div id="htmlContainer" style="width: 1920px;height: 1080px;">
|
|
|
|
</div>
|
|
</body>
|
|
</html> |