9 lines
336 B
HTML
9 lines
336 B
HTML
<!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 %}
|