Skip to content

Commit

Permalink
Add search form
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed Sep 10, 2024
1 parent bdef8dc commit 74d7a8d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pb_public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ <h1>
AnyABI
</h1>
<article>The easiest way to fetch an ABI.</article>
<section>
<form role="search">
<fieldset role="group">
<select name="chain">
<option>Ethereum</option>
</select>
<input name="address" type="text" placeholder="Address" />
<input type="submit" value="Let's Go!" />
</fieldset>
</form>
</section>
</main>
<!-- 100% privacy friendly analytics -->
<script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
Expand Down

0 comments on commit 74d7a8d

Please sign in to comment.