|
|
@@ -4,7 +4,7 @@ |
|
|
|
<meta charset="utf-8" /> |
|
|
|
<title>LessPass</title> |
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
|
|
|
<meta http-equiv="X-Frame-Options" content="deny"> |
|
|
|
<meta http-equiv="X-Frame-Options" content="deny" /> |
|
|
|
<meta |
|
|
|
name="viewport" |
|
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" |
|
|
@@ -366,6 +366,19 @@ |
|
|
|
<div class="card"> |
|
|
|
<a |
|
|
|
class="card-block text-black" |
|
|
|
href="https://apps.apple.com/app/id1531215924" |
|
|
|
> |
|
|
|
<div class="card-title"> |
|
|
|
<i class="fa fa-fw fa-3x fa-apple" aria-hidden="true"></i> |
|
|
|
</div> |
|
|
|
<div class="card-text"> |
|
|
|
iOS |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<div class="card"> |
|
|
|
<a |
|
|
|
class="card-block text-black" |
|
|
|
href="https://play.google.com/store/apps/details?id=com.lesspass.android&hl=en" |
|
|
|
> |
|
|
|
<div class="card-title"> |
|
|
@@ -441,8 +454,7 @@ |
|
|
|
<small> |
|
|
|
Copyright © 2015 |
|
|
|
<script> |
|
|
|
new Date().getFullYear() > 2010 && |
|
|
|
document.write("- " + new Date().getFullYear()); |
|
|
|
document.write("- " + new Date().getFullYear()); |
|
|
|
</script> |
|
|
|
LessPass |
|
|
|
</small> |
|
|
|