aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess
diff options
context:
space:
mode:
Diffstat (limited to 'jsaccess')
-rw-r--r--jsaccess/README.txt2
-rw-r--r--jsaccess/jsa/index.html3
-rw-r--r--jsaccess/jsa/jsa.css12
3 files changed, 17 insertions, 0 deletions
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 @@
</form>
</div>
<div id="status"></div>
+ <div id="footer">
+ <small>Powered by <a href="http://git.zx2c4.com/laurent-tools/tree/jsaccess/README.txt">jsaccess</a></small>
+ </div>
</BODY>
</HTML>
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;