Move brief documentation to textarea

This commit is contained in:
James W Thorne 2017-01-12 19:37:51 -06:00
parent f776c7aa28
commit 3270e84fed

View file

@ -9,7 +9,7 @@
<div class="col-sm-6 margin-bottom-10"> <div class="col-sm-6 margin-bottom-10">
<div class="input-group"> <div class="input-group">
<span class="input-group-addon" id="basic-addon1"><span class="glyphicon glyphicon-lock" aria-hidden="true"></span></span> <span class="input-group-addon" id="basic-addon1"><span class="glyphicon glyphicon-lock" aria-hidden="true"></span></span>
<textarea rows="10" cols="50" id="password" name="password" autofocus="true" class="form-control" placeholder="Password" aria-describedby="basic-addon1" autocomplete="off"></textarea> <textarea rows="10" cols="50" id="password" name="password" autofocus="true" class="form-control" placeholder="SnapPass allows you to share secrets in a secure, ephemeral way. Input a single or multi-line secret, its expiration time, and click Generate URL. Share the one-time use URL with your intended recipient." aria-describedby="basic-addon1" autocomplete="off"></textarea>
</div> </div>
</div> </div>
@ -26,15 +26,6 @@
</div> </div>
</form> </form>
</div> </div>
<h3>Using SnapPass</h3>
<p>SnapPass allows you to share secrets in a secure, ephemeral way.</p>
<ol>
<li>Input a secret, its expiration time, and click Generate URL</li>
<li>Share the <strong>one-time use URL</strong> with your intended recipient</li>
</ol>
</section> </section>
</div> </div>
{% endblock %} {% endblock %}