-
Notifications
You must be signed in to change notification settings - Fork 0
/
failure.html
executable file
·43 lines (37 loc) · 1.39 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Newsletter - POC OF bugbounty</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"><link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<div class="newsletter">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-7 col-lg-7">
<div class="section-title text-center">
<h2>404 Not Found</h2>
<p><%= print %></p>
</div>
</div>
</div>
<div class="row justify-content-center">
<form action="/failure" method="post" class="newsletter-form">
<button type="submit">Try Again</button>
</form>
</div>
</div>
</div>
<div class="fixed-bottom">
<footer class="text-center text-lg-start text-dark">
<strong> <!-- Copyright -->
abhishekmorla © 2022
<!-- Copyright --></strong>
</footer>
</div>
</div>
<!-- partial -->
</body>
</html>