You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
717 B
HTML
36 lines
717 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Sample Deployment</title>
|
|
<style>
|
|
body {
|
|
color: #ffffff;
|
|
background-color: #0188cc;
|
|
font-family: Arial, sans-serif;
|
|
font-size: 14px;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 500%;
|
|
font-weight: normal;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 200%;
|
|
font-weight: normal;
|
|
margin-bottom: 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div align="center">
|
|
<h1>Congratulations</h1>
|
|
<h2>This application was deployed using AWS CodeDeploy.</h2>
|
|
<p>For next steps, read the <a href="http://aws.amazon.com/documentation/codedeploy">AWS CodeDeploy Documentation</a>.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|