Your Name 4 vuotta sitten
vanhempi
commit
536c7ec3de
1 muutettua tiedostoa jossa 1 lisäystä ja 6 poistoa
  1. 1 6
      apis/static/login.html

+ 1 - 6
apis/static/login.html

@@ -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>