diff options
Diffstat (limited to 'torouterui/templates/home.html')
-rw-r--r-- | torouterui/templates/home.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/torouterui/templates/home.html b/torouterui/templates/home.html index fa9900c..6610e51 100644 --- a/torouterui/templates/home.html +++ b/torouterui/templates/home.html @@ -2,6 +2,12 @@ {% extends "base.html" %} {% block body %} +<div class="alert alert-warning" style="color:red;"> +<strong>Achtung! Warning!</strong> +This firmware is very experimental and has obvious known holes, like default +root passwords available over SSH! Read the <a href="/about/">disclaimer</a>! +You have been warned! +</div> <div class="row-fluid"> <div class="span6"> |