|
@@ -49,18 +49,13 @@ body {
|
|
|
}
|
|
|
|
|
|
</style>
|
|
|
-<script>
|
|
|
- function myclick(){
|
|
|
- location.href='https://seo.hhh.com.tw/login';
|
|
|
- }
|
|
|
-</script>
|
|
|
</head>
|
|
|
<body>
|
|
|
<div class="wrapper">
|
|
|
<img src="/static/logo_choozmo.webp" style="display: block; margin-left: auto; margin-right: auto; width: 150px;" >
|
|
|
<form class="form-signin">
|
|
|
<h2 class="form-signin-heading">請以您的Google帳號登入</h2>
|
|
|
- <button class="btn btn-lg btn-primary btn-block" type="submit" onclick="myclick();">Google 登入</button>
|
|
|
+ <button class="btn btn-lg btn-primary btn-block" type="submit" onclick="javascript:location.href='https://seo.hhh.com.tw/login';">Google 登入</button>
|
|
|
</form>
|
|
|
</div>
|
|
|
|