Skip to content

Instantly share code, notes, and snippets.

@heeropunjabi
Created March 25, 2019 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heeropunjabi/3e0b0bae8385d796e393c6b21df27efa to your computer and use it in GitHub Desktop.
Save heeropunjabi/3e0b0bae8385d796e393c6b21df27efa to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container-fluid">
<h1 class="alert alert-danger">Payment failed.</h1>
<p>Transaction Reference #123</p>
<p>For any issues please contact support.</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment