Browse Source

Add how it work link for index button

pull/342/head
Guillaume Vincent 8 years ago
parent
commit
cf357a77ae
1 changed files with 7 additions and 3 deletions
  1. +7
    -3
      index.html

+ 7
- 3
index.html View File

@@ -59,8 +59,9 @@
* { * {
border-radius: 0 !important; border-radius: 0 !important;
} }
.white{
color:white;

.white {
color: white;
} }
</style> </style>
</head> </head>
@@ -98,7 +99,10 @@
No sync needed. No sync needed.
</p> </p>
<p class="lead"> <p class="lead">
<button class="btn btn-secondary">How it works ?</button>
<a href="https://blog.lesspass.com/lesspass-how-it-works-dde742dd18a4#.vbgschksh"
class="btn btn-secondary">
How it works ?
</a>
</p> </p>
</div> </div>
</div> </div>


Loading…
Cancel
Save