-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactivate.html
More file actions
18 lines (18 loc) · 886 Bytes
/
Copy pathactivate.html
File metadata and controls
18 lines (18 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head><meta charset="utf-8"><title>Activate Dice Prophet feedback</title>
<style>body{font-family:sans-serif;max-width:520px;margin:4rem auto;text-align:center}
button{font-size:1.2rem;padding:12px 28px;border-radius:10px;border:0;background:#5B5BD6;color:#fff;cursor:pointer}</style>
</head>
<body>
<h2>🎲 Activate the Dice Prophet feedback relay</h2>
<p>Click the button below. FormSubmit may show a quick confirmation page —
complete it, then check <b>eeshchargot.info@gmail.com</b> for an email from
FormSubmit and click its confirmation link.</p>
<form action="https://formsubmit.co/eeshchargot.info@gmail.com" method="POST">
<input type="hidden" name="name" value="Dice Prophet">
<input type="hidden" name="message" value="Activation test for the in-app feedback relay">
<button type="submit">Send activation test</button>
</form>
</body>
</html>