mirror of
https://github.com/quantum5/correcthorsebatterystaple.git
synced 2025-04-24 02:01:57 -04:00
Improve search engine keywords
This commit is contained in:
parent
a2cd82a5d1
commit
5589dc9be7
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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>
|
||||
|
||||
<body data-spy="scroll" data-target="nav" data-offset="72">
|
||||
|
@ -37,7 +37,7 @@
|
|||
<%= require('octicons').alert.toSVG({ height: 24 }) %>
|
||||
Your browser is too old: it does not support the necessary APIs for this web application.
|
||||
</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">
|
||||
<div class="input-group mb-3">
|
||||
<div id="generated-password" class="form-control form-control-lg text-monospace placeholder">
|
||||
|
|
Loading…
Reference in a new issue