-
Notifications
You must be signed in to change notification settings - Fork 0
/
failure.html
46 lines (46 loc) · 1.35 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
44
45
46
<!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="Kean Duque" />
<meta name="generator" content="KeanMind" />
<title>Failure 404</title>
<link rel="icon" type="image/x-icon" href="img/favicon.ico" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
crossorigin="anonymous" />
<link href="css/styles.css" rel="stylesheet" />
</head>
<body class="text-center bg-color">
<div class="container">
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-4">Not Found</h1>
<p class="lead">
There was a problem signing you up. please try again or
contact the developer
</p>
<img
src="https://httpstatusdogs.com/img/404.jpg"
alt="404"
srcset="" />
<br /><br />
<form action="/failure" method="post">
<button
class="btn btn-warning btn-lg signup-btn-custom"
href="/"
role="button">
Go Back to Signup Page
</button>
</form>
</div>
</div>
</div>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
crossorigin="anonymous"></script>
</body>
</html>