AWS-Example/templates/layout.html
Joachim Hummel ff1789b3e3 Added Files
2020-07-22 14:13:09 +02:00

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>