forked from burns2854/balancer-hooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
submit-hook.html
22 lines (21 loc) · 984 Bytes
/
submit-hook.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Balancer V3 Hook Repo</title>
<link rel="stylesheet" href="styles/submit-hook.css">
<link rel="stylesheet" href="styles/common.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:&display=swap">
</head>
<body>
<div id="NavBar"></div>
<main>
<h2>Add a new hook</h2>
<h6>Use this form to submit a hook you have created to help us grow this community repo or get in touch at [email protected]</h6>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeKey2yXIIhziy9rDFMYZuWzOko5Ba3KglyUI9WKiC4P08h7A/viewform?embedded=true" width="800" height="2600" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</main>
<script src="scripts/submit-hook.js"></script>
<script src="scripts/common.js"></script>
</body>
</html>