add price policy
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Login Form -->
|
||||
<form action="otp.html" class="card">
|
||||
<form action="index.html" class="card">
|
||||
<div class="form-group">
|
||||
<label class="form-label" for="phone">Số điện thoại</label>
|
||||
<div class="form-input-icon">
|
||||
@@ -34,9 +34,16 @@
|
||||
<input type="tel" id="phone" class="form-input" placeholder="Nhập số điện thoại" required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Password -->
|
||||
<div class="form-group">
|
||||
<label class="form-label" for="password">Mật khẩu</label>
|
||||
<div class="form-input-icon">
|
||||
<i class="fas fa-lock icon"></i>
|
||||
<input type="password" id="password" class="form-input" placeholder="Nhập mật khẩu" required>
|
||||
</div>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary btn-block">
|
||||
Nhận mã OTP
|
||||
Đăng nhập
|
||||
</button>
|
||||
</form>
|
||||
|
||||
@@ -51,7 +58,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Brand Selection -->
|
||||
<div class="mt-4">
|
||||
<!-- <div class="mt-4">
|
||||
<p class="text-center text-small text-muted mb-3">Hoặc chọn thương hiệu</p>
|
||||
<div class="grid grid-2">
|
||||
<button class="btn btn-secondary">
|
||||
@@ -61,7 +68,7 @@
|
||||
<i class="fas fa-gem"></i> Vasta Stone
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
<!-- Support -->
|
||||
<div class="text-center mt-4">
|
||||
|
||||
Reference in New Issue
Block a user