summaryrefslogtreecommitdiff
path: root/lamp/templates/index.j2
diff options
context:
space:
mode:
Diffstat (limited to 'lamp/templates/index.j2')
-rw-r--r--lamp/templates/index.j25
1 files changed, 4 insertions, 1 deletions
diff --git a/lamp/templates/index.j2 b/lamp/templates/index.j2
index 2c338ad..29619c2 100644
--- a/lamp/templates/index.j2
+++ b/lamp/templates/index.j2
@@ -2,16 +2,19 @@
<html>
<head>
<title>{{ansible_distribution}} Apache Web Server</title>
+<meta charset="utf-8" />
</head>
<body>
<h1>{{ansible_distribution}} Apache Web Server</h1>
+<h2>Site en Constuction</h2>
{% if lamp_packages is defined %}
-<h2>Packages :</h2>
+<h3>Packages :</h3>
<ul>
{% for item in lamp_packages %}
<li>{{item}}</li>
{% endfor %}
</ul>
{% endif %}
+<p>Généré par {{ ansible_distribution }} {{ ansible_distribution_version }}</p>
</body>
</html>