Initial version

This commit is contained in:
2023-02-26 20:24:11 +01:00
commit 90b7820678
4 changed files with 31 additions and 0 deletions

8
templates/index.html Normal file
View File

@@ -0,0 +1,8 @@
<!doctype html>
<title>Sorry. :-(</title>
<h1>Hello Stranger</h1>
{% if vhost %}
<p>Unfortunately, the host <strong>{{ vhost }}</strong> is not available at the moment, most likely it is because it was powered off.</p>
{% else %}
<p>It looks like you are doing something wrong, we have nothing interresting to see here.</p>
{% endif %}