mirror of
https://github.com/sys-nyx/red-arch.git
synced 2025-08-01 19:06:12 -04:00
fixed typo
This commit is contained in:
parent
03175dd307
commit
34ec2d920b
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
<main role="main" class="container-fluid">
|
||||
<form class="search">
|
||||
<input type="text" name="query" id="query">
|
||||
<input type="button" class="btn btn-info" value="Search" onclick="searchWorker.postMessage(query.value)">></form>
|
||||
<input type="button" class="btn btn-info" value="Search" onclick="searchWorker.postMessage(query.value)"></form>
|
||||
|
||||
</form>
|
||||
<div class="links search mt-3">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue