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