Initial version
This commit is contained in:
8
templates/index.html
Normal file
8
templates/index.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user