diff options
author | ficus <ficus@robocracy.org> | 2012-11-23 23:13:04 +0100 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-11-23 23:13:04 +0100 |
commit | ef89083295c28b1d8b15ff3dcd9a11d8c1595dea (patch) | |
tree | e4e5a822fc2c515cce83609203f214b04c4a5f96 /torouterui/templates/home.html | |
parent | 7bca5bd6c727fb006f0b066f9c0760c91eae921c (diff) | |
download | tui-ef89083295c28b1d8b15ff3dcd9a11d8c1595dea.tar.gz tui-ef89083295c28b1d8b15ff3dcd9a11d8c1595dea.zip |
add about page, include version number
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"> |