face-api/demo/index.html

14 lines
467 B
HTML
Raw Normal View History

2020-08-27 14:58:00 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
2021-02-13 14:38:41 +01:00
<meta charset="utf-8">
2020-08-27 14:58:00 +02:00
<meta content="text/html">
2021-02-13 14:38:41 +01:00
<title>FaceAPI Static Images Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=yes">
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>