ketr.photos/frontend/index.html
James Ketrenos 015999ca49 Updated to user Polymer 2
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
2018-09-12 14:37:08 -07:00

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>