Moved password generation to the client #13

Merged
bookercodes merged 18 commits from master into master 2015-08-16 09:25:11 +00:00
2 changed files with 240 additions and 0 deletions
Showing only changes of commit 627b9c4966 - Show all commits

View File

@ -13,6 +13,7 @@
background-color: #F8F8F8;
border: 1px #F0F0F0 solid;
padding: 10px;
margin-bottom: 20px;
}
</style>
</head>
@ -159,6 +160,7 @@
<span class="glyphicon glyphicon-menu-hamburger"></span> Advanced Options
</a>
</div>
<p>Source Code: <a href="https://github.com/privacytoolsIO/privacytools.io" target="_blank">GitHub</a>
</div>
<script src="js/jquery-1.11.2.min.js"></script>
<script src="js/bootstrap.min.js"></script>