-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (31 loc) · 702 Bytes
/
index.html
File metadata and controls
33 lines (31 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CodeDeploy Lab</title>
<style>
body {
color: #000000;
background-color: #00FF00;
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>Hello Mr. Li!</h1>
<h2>This is version 3.0 of Mr. Li application.We have updated our source code - from Github on May 3 and hopefully this will trigger an automatic deployment in CodePipeline!</h2>
</div>
</body>
</html>