title + input js

This commit is contained in:
privacytoolsIO 2015-08-16 17:31:16 +08:00
parent 312f56aee4
commit e947e02e8a

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Generate Password</title> <title>Secure Password Generator - privacytools.io</title>
<link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/bootstrap.min.css" rel="stylesheet">
<style> <style>
.container { .container {
@ -52,7 +52,7 @@
<div class="form-group"> <div class="form-group">
<label>Secure Password:</label> <label>Secure Password:</label>
<div class="input-group"> <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"> <span class="input-group-btn">
<button class="btn btn-default" id="generate-password-button" type="button"> <button class="btn btn-default" id="generate-password-button" type="button">
<span class="glyphicon glyphicon-refresh"></span> <span class="glyphicon glyphicon-refresh"></span>