mirror of
https://github.com/quantum5/correcthorsebatterystaple.git
synced 2025-04-24 10:11:57 -04:00
Improve search engine keywords
This commit is contained in:
parent
a2cd82a5d1
commit
5589dc9be7
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<title>Correct Horse Battery Staple-Style Password Generator</title>
|
<title>Correct Horse Battery Staple: xkcd-Style Password Generator</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body data-spy="scroll" data-target="nav" data-offset="72">
|
<body data-spy="scroll" data-target="nav" data-offset="72">
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
<%= require('octicons').alert.toSVG({ height: 24 }) %>
|
<%= require('octicons').alert.toSVG({ height: 24 }) %>
|
||||||
Your browser is too old: it does not support the necessary APIs for this web application.
|
Your browser is too old: it does not support the necessary APIs for this web application.
|
||||||
</div>
|
</div>
|
||||||
<p class="lead">This is a truly secure password generator that generates easy-to-remember passwords.</p>
|
<p class="lead">This is a truly secure password generator that generates xkcd-style easy-to-remember passwords.</p>
|
||||||
<hr class="my-4">
|
<hr class="my-4">
|
||||||
<div class="input-group mb-3">
|
<div class="input-group mb-3">
|
||||||
<div id="generated-password" class="form-control form-control-lg text-monospace placeholder">
|
<div id="generated-password" class="form-control form-control-lg text-monospace placeholder">
|
||||||
|
|
Loading…
Reference in a new issue