summaryrefslogtreecommitdiff
path: root/check/static/demo.html
blob: 902794da1db6ef5c9fe59dd88c4a97b14632391d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
  <title>Perceptual Hash API Demo</title>
  <link rel='stylesheet' type='text/css' href='/static/assets/css.css' />
</head>
<body>
  <div id='container'></div>
</body>
<script src="/static/assets/js/dist/index.js"></script>
</html>