mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-12-24 15:09:38 -05:00
title + input js
This commit is contained in:
parent
312f56aee4
commit
e947e02e8a
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Generate Password</title>
|
||||
<title>Secure Password Generator - privacytools.io</title>
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
<style>
|
||||
.container {
|
||||
@ -52,7 +52,7 @@
|
||||
<div class="form-group">
|
||||
<label>Secure Password:</label>
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control" id="password-input" readonly>
|
||||
<input type="text" class="form-control" id="password-input" onclick="this.focus();this.select()" readonly>
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-default" id="generate-password-button" type="button">
|
||||
<span class="glyphicon glyphicon-refresh"></span>
|
||||
|
Loading…
Reference in New Issue
Block a user