-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patha.html
52 lines (43 loc) · 1.47 KB
/
a.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
<!DOCTYPE html>
<html>
<head>
<title>Annadhan</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous">
<style>
.col-xs-12{
margin: 5px;
padding: 10px 20%;
}
.page-header{
background: orange;
color: black;
padding: 10px;
}
.p{
padding: 5px;
}
</style>
</head>
<body>
<div class="container">
<img src="ana.jpg" align="center" width="200px" height="150px">
<div class="page-header">
<h1>Annadhan</h1>
</div>
<div class="row">
<div class="col-xs-12">
<p>Email:</p><input type="email" name="E-mail" placeholder="[email protected]">
</div>
<div class="col-xs-12">
<p>Password:</p><input type="password" name="Password" placeholder="Enter your password">
</div>
<div class="col-xs-12">
<button type="submit" class="btn btn-success btn-md" role="button" align="center">Login</button>
</div>
</div>
</div>
</div>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js" integrity="sha384-o+RDsa0aLu++PJvFqy8fFScvbHFLtbvScb8AjopnFD+iEQ7wo/CG0xlczd+2O/em" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.bundle.min.js" integrity="sha384-CS0nxkpPy+xUkNGhObAISrkg/xjb3USVCwy+0/NMzd5VxgY4CMCyTkItmy5n0voC" crossorigin="anonymous"></script>
</body>
</html>