Added Files
This commit is contained in:
25
templates/layout.html
Executable file
25
templates/layout.html
Executable file
@ -0,0 +1,25 @@
|
||||
<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>
|
Reference in New Issue
Block a user