2017-06-10 22:32:56 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<base href="/"/>
|
|
|
|
<meta charset="UTF-8">
|
2017-07-15 16:09:48 +02:00
|
|
|
<title>Loading..</title>
|
2017-06-10 22:32:56 +02:00
|
|
|
<link rel="shortcut icon" href="assets/icon.png">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2017-07-15 12:47:11 +02:00
|
|
|
<!-- Latest compiled and minified CSS -->
|
|
|
|
|
2017-07-13 23:39:09 +02:00
|
|
|
<link rel="stylesheet"
|
2017-07-15 12:47:11 +02:00
|
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-switch/3.3.4/css/bootstrap3/bootstrap-switch.css">
|
|
|
|
|
2017-12-25 01:42:25 +02:00
|
|
|
<script type="text/javascript" src="/config_inject.js"></script>
|
2017-07-17 18:30:16 +02:00
|
|
|
|
2017-06-10 22:32:56 +02:00
|
|
|
</head>
|
|
|
|
|
2018-02-04 02:50:42 +02:00
|
|
|
<body style="overflow-y: scroll; padding-right: 0 !important;">
|
2018-03-30 21:30:30 +02:00
|
|
|
<app-pi-gallery2>Loading...</app-pi-gallery2>
|
2017-06-10 22:32:56 +02:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|