From 46d5766091f69c1939db5f8a93f6df5fcf10c883 Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Sun, 16 Jun 2013 23:05:15 +0200 Subject: jsaccess: reference home page --- jsaccess/README.txt | 2 ++ jsaccess/jsa/index.html | 3 +++ jsaccess/jsa/jsa.css | 12 ++++++++++++ 3 files changed, 17 insertions(+) (limited to 'jsaccess') diff --git a/jsaccess/README.txt b/jsaccess/README.txt index 317f8ec..45102bf 100644 --- a/jsaccess/README.txt +++ b/jsaccess/README.txt @@ -3,6 +3,8 @@ jsaccess - download and decrypt files in the browser Provide protected access to files on a web server without htaccess or https. +$ git clone git://git.zx2c4.com/laurent-tools +$ cd laurent-tools/jsaccess/ $ firefox jsa/index.html demo password is 'jsa' diff --git a/jsaccess/jsa/index.html b/jsaccess/jsa/index.html index 600bed2..345f849 100644 --- a/jsaccess/jsa/index.html +++ b/jsaccess/jsa/index.html @@ -27,5 +27,8 @@
+ diff --git a/jsaccess/jsa/jsa.css b/jsaccess/jsa/jsa.css index 649a781..482c905 100644 --- a/jsaccess/jsa/jsa.css +++ b/jsaccess/jsa/jsa.css @@ -14,6 +14,18 @@ body { color:#5fba3d; } +#footer { + position: absolute; + width: 95%; + margin-left: auto; + margin-right: auto; + text-align: center; + bottom: 0; +} + +a {text-decoration: none; color:#dfdfdf;} +a:hover {text-decoration: underline overline; color: red;} + @media (max-width: 480px) { #status { float: left; -- cgit v1.2.3-59-g8ed1b