8aef6ebd94
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
53 lines
2.1 KiB
Cheetah
53 lines
2.1 KiB
Cheetah
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>{{ .clientConfig.name }}</title>
|
|
|
|
<meta property="og:title" content="PhotoPrism: Try our demo! 🌈"/>
|
|
<meta property="og:image" content="https://dl.photoprism.org/assets/img/preview.jpg"/>
|
|
<meta property="og:url" content="https://demo.photoprism.org/"/>
|
|
<meta property="og:description"
|
|
content="Personal Photo Management powered by Go and Google TensorFlow. Free and open-source. Made with ❤️ in Berlin."/>
|
|
|
|
<meta name="twitter:card" content="summary_large_image"/>
|
|
<meta name="twitter:title" content="PhotoPrism: Try our demo! 🌈"/>
|
|
<meta name="twitter:description"
|
|
content="Personal Photo Management powered by Go and Google TensorFlow. Free and open-source. Made with ❤️ in Berlin."/>
|
|
<meta name="twitter:image" content="https://dl.photoprism.org/assets/img/preview.jpg"/>
|
|
<meta name="twitter:site" content="@browseyourlife"/>
|
|
|
|
<meta name="author" content="PhotoPrism.org">
|
|
<meta name="description"
|
|
content="Personal Photo Management powered by Go and Google TensorFlow. Free and open-source. Made with ❤️ in Berlin."/>
|
|
|
|
<link rel="shortcut icon" href="/favicon.ico">
|
|
<link rel="apple-touch-icon" href="/static/favicons/favicon.png">
|
|
<link rel="icon" type="image/png" href="/static/favicons/favicon.png"/>
|
|
|
|
<link rel="stylesheet" href="/static/build/app.css?{{ .clientConfig.cssHash }}">
|
|
<link rel="manifest" href="/static/manifest.json">
|
|
|
|
<script>
|
|
window.clientConfig = {{ .clientConfig }};
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<!--[if lt IE 8]>
|
|
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade
|
|
your browser</a> to improve your experience.</p>
|
|
<![endif]-->
|
|
|
|
<div id="photoprism" class="container">
|
|
<div class="loading rainbow">
|
|
</div>
|
|
</div>
|
|
|
|
<div id="p-busy-overlay"></div>
|
|
|
|
<script src="/static/build/app.js?{{ .clientConfig.jsHash }}"></script>
|
|
</body>
|
|
</html>
|