37 lines
1.1 KiB
HTML
37 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
|
|
|
|
<title>Photos.Ketr</title>
|
|
<meta name="description" content="Self hosted photo management">
|
|
|
|
<!-- This is replaced by server/app.js when providing index.html to
|
|
clients -->
|
|
<script>'<base href="BASEPATH">';</script>
|
|
|
|
<link rel="icon" href="assets/favicon.ico" type="image/x-icon">
|
|
|
|
<!-- See https://goo.gl/OOhYW5 -->
|
|
<link rel="manifest" href="manifest.json">
|
|
|
|
<script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
|
|
<link rel="import" href="bower_components/iron-flex-layout/iron-flex-layout-classes.html">
|
|
|
|
<style is="custom-style" include="iron-flex iron-positioning">
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
</style>
|
|
|
|
<link rel="import" href="src/ketr-photos/ketr-photos.html">
|
|
</head>
|
|
|
|
<body class="fullbleed vertical layout">
|
|
<script src="ie9-block.js"></script>
|
|
<ketr-photos class="fit"></ketr-photos>
|
|
</body>
|
|
</html>
|