8 lines
240 B
Plaintext
8 lines
240 B
Plaintext
<div #requestedPw .requestedPw>
|
|
$maybe pw <- password
|
|
<p>Here's the secret found at <a href="/pw/#{link}">/pw/#{link}</a>:
|
|
<h3 .pwResult>#{pw}
|
|
<hr />
|
|
$nothing
|
|
<h3>No secret found at <a href="/pw/#{link}">/pw/#{link}</a>
|