25 lines
356 B
HTML
Executable File
25 lines
356 B
HTML
Executable File
<html>
|
|
|
|
<head>
|
|
<title>AWS CodeBuild-Jenkins-CodeDeploy</title>
|
|
<style>
|
|
body {
|
|
text-align: center;
|
|
}
|
|
|
|
h1 {
|
|
|
|
font-weight: bold;
|
|
color: #ff9900;
|
|
font-size: 2.5em;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
{% block body %}{% endblock %}
|
|
|
|
</body>
|
|
|
|
</html> |