face-api/example/index.html

14 lines
399 B
HTML
Raw Normal View History

2020-08-27 14:58:00 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>OpenImages Test</title>
<meta http-equiv="content-type">
<meta content="text/html">
<meta charset="UTF-8">
2020-10-12 20:28:19 +02:00
<script src="./index.js" type="module"></script>
2020-08-27 14:58:00 +02:00
</head>
2020-10-12 20:28:19 +02:00
<body style="font-family: monospace; background: black; color: white; font-size: 16px; line-height: 22px; margin: 0;">
2020-08-27 14:58:00 +02:00
<div id="log"></div>
</body>
</html>