diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-25 19:46:20 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-25 19:46:20 +0200 |
| commit | c9c72cdc3128fe272edeb6ec20959b2248f33877 (patch) | |
| tree | bb04bf8a90ab11417b113675426ce58ca5595289 /check/static/demo.html | |
| parent | 4d5c3d59f32b80638d82373d33a476652520e260 (diff) | |
frontend demo
Diffstat (limited to 'check/static/demo.html')
| -rw-r--r-- | check/static/demo.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/check/static/demo.html b/check/static/demo.html index c8de017..902794d 100644 --- a/check/static/demo.html +++ b/check/static/demo.html @@ -1,7 +1,12 @@ <html> <head> - <title>PHash Check API Demo</title> + <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 |
