mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-10-31 11:36:36 +00:00 
			
		
		
		
	title + input js
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 privacytoolsIO
					privacytoolsIO