42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
{{ Include "header.gohtml" }}
|
|
<section>
|
|
<h1>Verify Your Email</h1>
|
|
|
|
<p>
|
|
You're almost there! Check your e-mail inbox for the confirmation link.
|
|
</p>
|
|
|
|
<p>
|
|
For the protection of your message, this service <strong>will not</strong>
|
|
allow the decryption process to begin until you have verified your
|
|
e-mail address. This is because decryption will send you a notification
|
|
e-mail to contest the decryption, and so your e-mail address must be
|
|
verified.
|
|
</p>
|
|
|
|
<p>
|
|
This server does not store your e-mail address anywhere. Everything about
|
|
your message, including your e-mail address itself, is heavily encrypted
|
|
using a randomly generated pass phrase. See the <a href="/faq">FAQ</a>
|
|
for more details.
|
|
</p>
|
|
</section>
|
|
|
|
{{ if .HashPath }}
|
|
<section>
|
|
<h1>Deletion Link</h1>
|
|
|
|
<p>
|
|
Be sure to save the URL below. Following it will allow you to delete your
|
|
encrypted message completely, without needing to enter its password.
|
|
</p>
|
|
|
|
<p>
|
|
<input type="text"
|
|
readonly
|
|
value="https://example/delete/{{ .HashPath }}">
|
|
</p>
|
|
</section>
|
|
{{ end }}
|
|
{{ Include "footer.gohtml" }}
|