FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codedeploy-sample/index.html at master · webdeveloper606/codedeploy-sample · GitHub
webdeveloper606
/
codedeploy-sample
Public
forked from
reshamas/codedeploy-sample
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
codedeploy-sample
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
35 lines (32 loc) · 731 Bytes
Breadcrumbs
codedeploy-sample
/
index.html
Copy path
File metadata and controls
35 lines (32 loc) · 731 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
34
<!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
:
14
px
;
}
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 A Cloud Guru!
</
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
>
Back
|
FazBrowse Home
|
New Git URL