diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-25 18:29:46 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-25 18:29:46 +0200 |
| commit | 4d5c3d59f32b80638d82373d33a476652520e260 (patch) | |
| tree | 88edd56458963229511b54276586c236604504b6 /check/static | |
| parent | 4f4df4d4e38f8ce27dc7e471359f9f644ca74092 (diff) | |
test API
Diffstat (limited to 'check/static')
| -rw-r--r-- | check/static/demo.html | 7 | ||||
| -rw-r--r-- | check/static/index.html | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/check/static/demo.html b/check/static/demo.html new file mode 100644 index 0000000..c8de017 --- /dev/null +++ b/check/static/demo.html @@ -0,0 +1,7 @@ +<html> +<head> + <title>PHash Check API Demo</title> +</head> +<body> +</body> +</html>
\ No newline at end of file diff --git a/check/static/index.html b/check/static/index.html index a17fa53..6c70bcf 100644 --- a/check/static/index.html +++ b/check/static/index.html @@ -1 +1 @@ -deebeephunky
\ No newline at end of file +<html></html>
\ No newline at end of file |
