14 lines
467 B
HTML
14 lines
467 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta content="text/html">
|
|
<title>FaceAPI Static Images Demo</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=yes">
|
|
<script src="./index.js" type="module"></script>
|
|
</head>
|
|
<body style="font-family: monospace; background: black; color: white; font-size: 16px; line-height: 22px; margin: 0;">
|
|
<div id="log"></div>
|
|
</body>
|
|
</html>
|