Sha256: 8c3385af9fd2409c70aac76c139ded675feaec02eff65e5cadaa4de06e27c298
Contents?: true
Size: 490 Bytes
Versions: 19
Compression:
Stored size: 490 Bytes
Contents
<% unless display %> <div style="width: 100%; float: left"> <div style="width: 40%; margin-left: 26%; margin-top: 60px; border: 1px solid #dcdcdc; padding: 4%;"> <h1>Secret Notee</h1> <p>Enter this notee's password</p> <form style="margin-top: 40px;"> <h3>PASSWORD:</h3> <input type="password" id="password" /> <button type="button" onClick="validate()">ENTER</button> </form> </div> </div> <% else %> <%= markdown %> <% end %>
Version data entries
19 entries across 19 versions & 1 rubygems