Skip to content

Commit c56c0c2

Browse files
cccyrcccyr
authored andcommitted
Added Name to the main page
1 parent 8be52cb commit c56c0c2

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

.project

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>aws-codepipeline-s3-codedeploy-linux</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
</natures>
11+
</projectDescription>

index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
font-family: Arial, sans-serif;
1111
font-size: 14px;
1212
}
13-
13+
1414
h1 {
1515
font-size: 500%;
1616
font-weight: normal;
1717
margin-bottom: 0;
1818
}
19-
19+
2020
h2 {
2121
font-size: 200%;
2222
font-weight: normal;
@@ -26,11 +26,10 @@
2626
</head>
2727
<body>
2828
<div align="center">
29-
<h1>Congratulations!</h1>
30-
<h2>You have successfully created a pipeline that retrieved this source application from an Amazon S3 bucket and deployed it
29+
<h1>Congratulations Chris!</h1>
30+
<h2>You have successfully created the SmartStable pipeline that retrieved this source application from an Amazon S3 bucket and deployed it
3131
to three Amazon EC2 instances using AWS CodeDeploy.</h2>
3232
<p>For next steps, read the AWS CodePipeline Documentation.</p>
3333
</div>
3434
</body>
3535
</html>
36-

0 commit comments

Comments
 (0)