added link to source code on password generator page #11

Closed
bookercodes wants to merge 1 commits from master into master
1 changed files with 3 additions and 3 deletions

6
pw.php
View File

@ -54,7 +54,7 @@ function SecurePasswordGenerator($length = 9, $add_dashes = false, $available_se
<body>
<div style="margin:30px 0 0 30px;width:600px;">
<h1><a href="https://www.privacytools.io/"><img src="img/layout/logo.png" class="img-responsive" alt="privacytools.io"></a></h1>
<h1><a href="https://www.privacytools.io/"><img src="img/layout/logo.png" class="img-responsive" alt="privacytools.io"></a></h1>
<h1>Secure Password Generator <a href="https://www.privacytools.io/pw.php" style="margin-left:25px;" class="btn btn-warning btn-sm"><span class="glyphicon glyphicon-lock"></span> Generate</a></h1>
<p style="margin:20px 0 20px 0;">
@ -142,7 +142,7 @@ $pws8 = SecurePasswordGenerator(8,false,luds);
<br/>
<p>
Open Source Code: <a href="" target="_blank"></a>
Source Code: <a href="https://github.com/diafygi/webrtc-ips" target="_blank">GitHub</a>
</p>
</div>
@ -164,4 +164,4 @@ $pws8 = SecurePasswordGenerator(8,false,luds);
<!-- End Piwik Code -->
</body>
</html>
</html>