1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-11-24 08:42:24 +02:00
pigallery2/frontend/index.html
2018-05-15 21:30:41 -04:00

36 lines
978 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<base href="<%= clientConfig.urlBase %>/"/>
<meta charset="UTF-8">
<title>Loading..</title>
<link rel="shortcut icon" href="assets/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-switch/3.3.4/css/bootstrap3/bootstrap-switch.css">
<script>
var ServerInject = {user: <%- JSON.stringify(user); %>, ConfigInject: <%- JSON.stringify(clientConfig); %>}
</script>
</head>
<body style="overflow-y: scroll; padding-right: 0 !important;">
<app-pi-gallery2>
<app-pi-gallery2>
<div style="position: absolute;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
left: 50%;
text-align: center">
<img src="assets/icon.png" style="max-width: 256px"/>
<h2>Loading...</h2>
</div>
</app-pi-gallery2>
</app-pi-gallery2>
</body>
</html>