-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfailure.html
22 lines (20 loc) · 1.26 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
<!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">
<title>RemindBot Authentication</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
</head>
<body>
<div style="text-align:center"><img src="http://nextjuggernaut.com/wp-content/uploads/2015/07/nexmo-logo-white.png" ALT="image" width="250" height="50"></div>
<h1 style="text-align:center">REMIND-BOT</h1>
<h3 style="text-align:center">Failed</h3>
<div style="text-align: center"><a href="https://vlwdak19r1.execute-api.us-east-1.amazonaws.com/dev/auth"><button type="button" class="btn btn-primary btn-md">Click here to try again.</button></a></div>
</body>
<script src="https://code.jquery.com/jquery-1.9.1.js"></script>
<script src="https://js.nicdn.de/bootstrap/formhelpers/docs/assets/js/bootstrap-formhelpers-phone.format.js"></script>
<script src="https://js.nicdn.de/bootstrap/formhelpers/docs/assets/js/bootstrap-formhelpers-phone.js"></script>
</html>