diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-12-14 17:24:23 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-12-14 17:24:23 +0100 |
| commit | 36b6082dfa768cbf35d40dc2c82706dfae0b687b (patch) | |
| tree | 70a49e3623b708caad8d93cd722512d5438a0bec /faiss/static/metadata.html | |
| parent | b39b1d51db2d485e9c60fb4d3f5445474cef8700 (diff) | |
flask server click script
Diffstat (limited to 'faiss/static/metadata.html')
| -rw-r--r-- | faiss/static/metadata.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/faiss/static/metadata.html b/faiss/static/metadata.html new file mode 100644 index 00000000..e74e1ee1 --- /dev/null +++ b/faiss/static/metadata.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <title>VFrame Metadata</title> + <link rel="shortcut icon" href="/search/static/favicon.ico" /> + <meta name="viewport" content="width=device-width,initial-scale=1.0"> + </head> + <body> + <script type="text/javascript" src="/search/static/js/metadata-app.js"></script></body> +</html> |
