-
Notifications
You must be signed in to change notification settings - Fork 1
/
b.index.html
126 lines (100 loc) · 3.88 KB
/
b.index.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="" />
<meta
name="author"
content="Mark Otto, Jacob Thornton, and Bootstrap contributors"
/>
<meta name="generator" content="Hugo 0.72.0" />
<link rel="stylesheet" href="signin.css" />
<title>B L A C K M A I L</title>
<link rel="stylesheet" href="https://storage.googleapis.com/code.getmdl.io/1.0.6/material.indigo-pink.min.css">
<script src="https://storage.googleapis.com/code.getmdl.io/1.0.6/material.min.js"></script>
<link
rel="canonical"
href="https://v5.getbootstrap.com/docs/5.0/examples/sign-in/"
/>
<!-- Bootstrap core CSS -->
<link href="../assets/dist/css/bootstrap.min.css" rel="stylesheet" />
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="signin.css" rel="stylesheet" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body class="text-center">
<div class="mdl-layout mdl-js-layout">
<header class="mdl-layout__header mdl-layout__header--scroll">
<div class="mdl-layout__header-row">
<span class="mdl-layout-title"></span>
<div class="mdl-layout-spacer"></div>
<nav class="mdl-navigation">
<!-- Add MDL Navigation Links here -->
</nav>
</div>
</header>
<div class="mdl-layout__drawer">
<span class="mdl-layout-title"></span>
<nav class="mdl-navigation">
<!-- Add MDL Navigation Links here -->
</nav>
</div>
<main class="mdl-layout__content">
<!--SIGN IN Form===============================-->
<form class="form-signin" action='https://thebinbandit.com/BlackMail/examples/login-to-account.php' method="POST">
<a href="https://thebinbandit.com/BlackMail"><img
class="bmlogo mb-3 bmlogo"
src="https://i.ibb.co/1RdX8rV/Illustration.png"
alt=""
width="150"
height="150"/>
</a>
<br>
<p id='ao123'>Login</p>
<div class="lshadow">
<label for="inputEmail" class="sr-only">Email address</label>
<input
name='sEmail'
type="email"
id="sEmail"
class="form-control"
placeholder="Email address"
required
autofocus
/>
<label for="inputPassword" class="sr-only">Password</label>
<input
name='sPassword'
type="password"
id="sPassword"
class="form-control"
placeholder="Password"
required
/>
</div>
<button id="" class="bi bi-shield-lock-fill mt-1 mb-2 btn mmauto" type="submit"><svg width="2em" height="3em" viewBox="0 0 16 16" class="drshadow bi bi-shield-lock-fill" fill="teal" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 .5c-.662 0-1.77.249-2.813.525a61.11 61.11 0 0 0-2.772.815 1.454 1.454 0 0 0-1.003 1.184c-.573 4.197.756 7.307 2.368 9.365a11.192 11.192 0 0 0 2.417 2.3c.371.256.715.451 1.007.586.27.124.558.225.796.225s.527-.101.796-.225c.292-.135.636-.33 1.007-.586a11.191 11.191 0 0 0 2.418-2.3c1.611-2.058 2.94-5.168 2.367-9.365a1.454 1.454 0 0 0-1.003-1.184 61.09 61.09 0 0 0-2.772-.815C9.77.749 8.663.5 8 .5zm.5 7.415a1.5 1.5 0 1 0-1 0l-.385 1.99a.5.5 0 0 0 .491.595h.788a.5.5 0 0 0 .49-.595L8.5 7.915z"/>
</svg></button>
</form>
<script src="offcanvas.js"></script>
<script src='account.php'></script>
</main>
</div>
</body>
</html>