2017-06-11 04:32:56 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<base href="/"/>
|
|
|
|
<meta charset="UTF-8">
|
2017-07-15 22:09:48 +08:00
|
|
|
<title>Loading..</title>
|
2017-06-11 04:32:56 +08:00
|
|
|
<link rel="shortcut icon" href="assets/icon.png">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2017-07-08 18:43:42 +08:00
|
|
|
<link href="../node_modules/ng2-toastr/bundles/ng2-toastr.min.css" rel="stylesheet"/>
|
2017-07-15 18:47:11 +08:00
|
|
|
<!-- Latest compiled and minified CSS -->
|
|
|
|
|
2017-07-14 05:39:09 +08:00
|
|
|
<link rel="stylesheet"
|
2017-07-15 18:47:11 +08:00
|
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-switch/3.3.4/css/bootstrap3/bootstrap-switch.css">
|
|
|
|
|
2017-07-15 23:48:29 +08:00
|
|
|
<script type="text/javascript" src="config_inject.js"></script>
|
2017-07-18 00:30:16 +08:00
|
|
|
|
2017-06-11 04:32:56 +08:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body style="overflow-y: scroll">
|
|
|
|
<pi-gallery2-app>Loading...</pi-gallery2-app>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|