2017-06-11 04:32:56 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<base href="/"/>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>PiGallery2</title>
|
|
|
|
<link rel="shortcut icon" href="assets/icon.png">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2017-07-07 04:54:36 +08:00
|
|
|
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
|
2017-06-11 04:32:56 +08:00
|
|
|
<script type="text/javascript" src="config_inject.js"></script>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body style="overflow-y: scroll">
|
|
|
|
<pi-gallery2-app>Loading...</pi-gallery2-app>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|