diff options
| author | adamhrv <adam@ahprojects.com> | 2019-04-15 14:08:35 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-04-15 14:08:35 +0200 |
| commit | 828ab34ca5e01e03e055ef9e091a88cd516a6061 (patch) | |
| tree | 6671cc305526d6acbb4e4166ef06ead6e7126d7b /site/public/info | |
| parent | cc60ee511cc86d00ed0f13476513f2e183382763 (diff) | |
fix up duke
Diffstat (limited to 'site/public/info')
| -rw-r--r-- | site/public/info/index.html | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/site/public/info/index.html b/site/public/info/index.html new file mode 100644 index 00000000..749c29ba --- /dev/null +++ b/site/public/info/index.html @@ -0,0 +1,50 @@ +<!doctype html> +<html> +<head> + <title>MegaPixels</title> + <meta charset="utf-8" /> + <meta name="author" content="Adam Harvey" /> + <meta name="description" content="" /> + <meta name="referrer" content="no-referrer" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> + <link rel='stylesheet' href='/assets/css/fonts.css' /> + <link rel='stylesheet' href='/assets/css/css.css' /> + <link rel='stylesheet' href='/assets/css/leaflet.css' /> + <link rel='stylesheet' href='/assets/css/applets.css' /> +</head> +<body> + <header> + <a class='slogan' href="/"> + <div class='logo'></div> + <div class='site_name'>MegaPixels</div> + + </a> + <div class='links'> + <a href="/datasets/">Datasets</a> + <a href="/about/">About</a> + </div> + </header> + <div class="content content-"> + + <section><h2>Face Analysis</h2> +</section><section class='applet_container'><div class='applet' data-payload='{"command": "face_analysis"}'></div></section><section><p>Results are only stored for the duration of the analysis and are deleted when you leave this page.</p> +</section> + + </div> + <footer> + <div> + <a href="/">MegaPixels.cc</a> + <a href="/datasets/">Datasets</a> + <a href="/about/">About</a> + <a href="/about/press/">Press</a> + <a href="/about/legal/">Legal and Privacy</a> + </div> + <div> + MegaPixels ©2017-19 Adam R. Harvey / + <a href="https://ahprojects.com">ahprojects.com</a> + </div> + </footer> +</body> + +<script src="/assets/js/dist/index.js"></script> +</html>
\ No newline at end of file |
