We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d217ae commit 2101d72Copy full SHA for 2101d72
src/templates/pages/index.hbs
@@ -10,7 +10,7 @@ slug: /
10
<form id="search" method="get" action="https://www.google.com/search">
11
<input type="hidden" name="as_sitesearch" value="p5js.org">
12
<input id="search_button" type="submit" aria-label="Search" class='sr-only'>
13
- <input tabindex="2" id='search_field' type="text" size="20" placeholder="Search p5js.org" name="q">
+ <input id='search_field' type="text" size="20" placeholder="Search p5js.org" name="q">
14
<label class="sr-only" for="search_field">Search p5js.org</label>
15
</form>
16
0 commit comments