Your Name 4 tahun lalu
induk
melakukan
88ca0e26c5
1 mengubah file dengan 62 tambahan dan 0 penghapusan
  1. 62 0
      apis/static/login.html

+ 62 - 0
apis/static/login.html

@@ -0,0 +1,62 @@
+<html>
+<head>
+<style>
+
+body {
+  background: #eee !important;
+}
+
+.wrapper {
+  margin-top: 80px;
+  margin-bottom: 80px;
+}
+
+.form-signin {
+  max-width: 380px;
+  padding: 15px 35px 45px;
+  margin: 0 auto;
+  background-color: #fff;
+  border: 1px solid rgba(0, 0, 0, 0.1);
+}
+.form-signin .form-signin-heading,
+.form-signin .checkbox {
+  margin-bottom: 30px;
+}
+.form-signin .checkbox {
+  font-weight: normal;
+}
+.form-signin .form-control {
+  position: relative;
+  font-size: 16px;
+  height: auto;
+  padding: 10px;
+  -webkit-box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  box-sizing: border-box;
+}
+.form-signin .form-control:focus {
+  z-index: 2;
+}
+.form-signin input[type=text] {
+  margin-bottom: -1px;
+  border-bottom-left-radius: 0;
+  border-bottom-right-radius: 0;
+}
+.form-signin input[type=password] {
+  margin-bottom: 20px;
+  border-top-left-radius: 0;
+  border-top-right-radius: 0;
+}
+
+</style>    
+</head>
+<body>
+    <div class="wrapper">
+        <form class="form-signin">       
+          <h2 class="form-signin-heading">請以您的Google帳號登入</h2>
+          <button class="btn btn-lg btn-primary btn-block" type="submit">Google 登入</button>   
+        </form>
+      </div>
+
+</body>    
+</html>