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.

14 lines
428 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>PCD Annotator</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link type="text/css" rel="stylesheet" href="/static/css/reg.css">
</head>
<body>
<div id="container"></div>
<div id="info"></div>
<script type="module" src="/static/js/reg_demo.js"></script>
</body>
</html>