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.
24 lines
666 B
24 lines
666 B
<!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"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<!-- /.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>
|