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