mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-06-27 07:50:41 -04:00
small code fix
This commit is contained in:
parent
d4a52828d3
commit
2e44bb4659
1 changed files with 1 additions and 1 deletions
2
pw.php
2
pw.php
|
@ -53,7 +53,7 @@ function SecurePasswordGenerator($length = 9, $add_dashes = false, $available_se
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div style="margin:30px 0 0 30px;width:600px;"
|
<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>
|
<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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue