diff options
Diffstat (limited to 'check/static/demo.html')
| -rw-r--r-- | check/static/demo.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/check/static/demo.html b/check/static/demo.html new file mode 100644 index 0000000..902794d --- /dev/null +++ b/check/static/demo.html @@ -0,0 +1,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>
\ No newline at end of file |
