mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-01-12 07:59:44 -05:00
title + input js
This commit is contained in:
parent
312f56aee4
commit
e947e02e8a
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user