diff options
author | elijah <elijah@riseup.net> | 2014-07-08 15:57:46 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-07-08 15:57:46 -0700 |
commit | 84f02fd40808656a17fa7ff8400550462a259a7a (patch) | |
tree | 459a664063c411927df0d68ba6684571e35e1f19 /public/windows | |
parent | fb8ad81924af2187d66b6d80d5785273c3d46829 (diff) |
added qr codes for the android download page
Diffstat (limited to 'public/windows')
-rw-r--r-- | public/windows/index.en.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/windows/index.en.html b/public/windows/index.en.html index f063cf1..35a710c 100644 --- a/public/windows/index.en.html +++ b/public/windows/index.en.html @@ -8,6 +8,7 @@ Bitmask for Windows - Bitmask Downloads <link href='/assets/bootstrap.min.css' rel='stylesheet'> <link href='/assets/font-awesome/css/font-awesome.min.css' rel='stylesheet'> <link href='/assets/style.css' rel='stylesheet'> +<script src='/assets/js/jquery.min.js'></script> </head> <body> <a class='bm-masthead' href='/'></a> @@ -106,6 +107,11 @@ Downloads </div> <div> Everything available for download on this site is free and open source software. +<br> +Source code available from +<a href="https://leap.se/git/">https://leap.se/git</a> +or +<a href="https://github.com/leapcode">https://github.com/leapcode</a>. </div> </footer> </body> |