You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.0 KiB
33 lines
1.0 KiB
<!DOCTYPE html>
|
|
<html lang="zh-TW">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>{$lang.cp_home}{if $ur_here} - {$ur_here}{/if}</title>
|
|
<!-- Google Font: Source Sans Pro -->
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback"
|
|
/>
|
|
<!-- Font Awesome -->
|
|
<link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css" />
|
|
<!-- icheck bootstrap -->
|
|
<link
|
|
rel="stylesheet"
|
|
href="plugins/icheck-bootstrap/icheck-bootstrap.min.css"
|
|
/>
|
|
<!-- Theme style -->
|
|
<link rel="stylesheet" href="dist/css/adminlte.min.css" />
|
|
</head>
|
|
<body class="hold-transition login-page">
|
|
<!-- /.login-box -->
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/pages/login/main.js"></script>
|
|
</body>
|
|
<script>
|
|
if (window.parent != window) {
|
|
window.top.location.href = location.href;
|
|
}
|
|
</script>
|
|
</html>
|