AWS-Example/templates/layout.html

25 lines
356 B
HTML
Raw Normal View History

2020-07-22 12:13:09 +00:00
<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>