-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.html
76 lines (64 loc) · 2.95 KB
/
signup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="./img/logo-transparent.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Fotor Personal Portfolio">
<meta name="keywords" content="portfolio,resume,personal,cv,one page">
<meta name="author" content="Baasankhuu Editor">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--// Icons //-->
<title>Login Form</title>
<link rel="stylesheet" href="css/bootstrap_V3.3.7.min.css">
<link rel="stylesheet" href="fonts/font_awesome/css/all.css">
<link rel="stylesheet" href="css/login.css">
</head>
<body>
<link rel="stylesheet" href="css/preloader.css">
<div class="form_bg">
<div class="container">
<a onclick="history.back()" class="btn">Буцах</a>
<div class="row">
<div class="col-md-offset-4 col-md-4 col-sm-offset-3 col-sm-6">
<form class="form_horizontal">
<div class="form_icon">
<i class="fa fa-user-circle"></i>
</div>
<div class="title">Sign Up Form</div>
<div class="form-group">
<span class="input-icon"><i class="fa fa-user"></i></span>
<input class="form-control" type="email" placeholder="Username">
</div>
<div class="form-group">
<span class="input-icon"><i class="fa fa-lock"></i></span>
<input class="form-control" type="password" placeholder="Password">
</div>
<div class="form-group">
<span class="input-icon"><i class="fa fa-lock"></i></span>
<input class="form-control" type="password" placeholder="Confirm Password">
</div>
<div class="form-group">
<span class="input-icon"><i class="fa fa-phone"></i></span>
<input class="form-control" type="number" placeholder="Дугаараа бүртгүүлэх">
</div>
<button class="btn"> Sign up </button>
<ul class="form-options">
<li>
<a href="/Baaskaa_Software_Engineer/login.html"> Log in <i class="fa fa-arrow-right"></i></a>
</li>
</ul>
</form>
</div>
</div>
</div>
</div>
<div id="preloader">
<div id="loader"></div>
</div>
<!--// Preloader //-->
<script src="js/jquery.js"></script>
<!--// Theme Main Js // -->
<script src="js/main.js"></script>
</body>
</html>