Skip to content

Instantly share code, notes, and snippets.

@jatinmehrotra
Created November 27, 2022 05:12
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 jatinmehrotra/8ffa564ab56d2304987f8d537c913a7d to your computer and use it in GitHub Desktop.
Save jatinmehrotra/8ffa564ab56d2304987f8d537c913a7d to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Error!</title>
</head>
<body style="text-align:center;font-family:Verdana;margin:1%;">
<h1 style="color:red">Sorry! We are facing issues.</h1>
<h2>Please come back later.</h2>
<hr>
<p>Sample error page deployed using a pipeline on AWS CodePipeline.</p>
</body>
</html>
<html>
<head>
<title>Static Website for CodePipeline Blog</title>
</head>
<body style="text-align:center;font-family:Verdana;margin:1%;">
<h1 style="color:rgb(128, 55, 0)">This is deployed by CD pipeline!</h1>
<hr>
<p>Automate anything and everything!!!</p>
<h2>Made by Jatin Mehrotra!</h2>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment