-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfailure.html
26 lines (25 loc) · 976 Bytes
/
failure.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-4">Email Don't Exists</h1>
<p class="lead">Something went wrong plz contact developer </p>
<form action="/failure" method="POST">
<button type="submit" class="btn btn-lg btn-warning" name="button">Try Again</button>
</form>
</div>
</div>
<center>
<p class="mt-5 mb-3 text-muted"> Made By:- Bipul Kumar Sharma</p>
</center>
</body>
</html>