mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
21 lines
738 B
HTML
21 lines
738 B
HTML
<!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">
|
|
<link href="../node_modules/ng2-toastr/bundles/ng2-toastr.min.css" rel="stylesheet"/>
|
|
<link rel="stylesheet"
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-switch/3.3.2/css/bootstrap3/bootstrap-switch.css">
|
|
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
|
|
<script type="text/javascript" src="config_inject.js"></script>
|
|
</head>
|
|
|
|
<body style="overflow-y: scroll">
|
|
<pi-gallery2-app>Loading...</pi-gallery2-app>
|
|
|
|
</body>
|
|
</html>
|