mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-14 20:32:27 -06:00
2733643045
Form submissions will be sent to a channel for OPA maintainers to review. Signed-off-by: Charlie Egan <charlie@styra.com>
19 lines
428 B
HTML
19 lines
428 B
HTML
<html>
|
|
|
|
<head></head>
|
|
|
|
<!-- This page is not linked but is used by Netlify forms to determine the permitted values of form submissions -->
|
|
|
|
<body>
|
|
<div>
|
|
<form name="page-feedback" netlify netlify-honeypot="bot-field" hidden>
|
|
<input type="hidden" name="url" />
|
|
<input type="hidden" name="feedback-type" />
|
|
<input type="email" name="email" />
|
|
<textarea name="comment"></textarea>
|
|
</form>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|