curben 2019-05-21 13:37:10 +09:30
parent bc4082ac06
commit 045882e527
1 changed files with 7 additions and 1 deletions

View File

@ -7,7 +7,13 @@
<div class="searchContainer">
<input class="searchBox" type="text" id="search" placeholder="Search...">
<a class="searchBtn no-underline" href="#" onClick="window.open(`https://gitlab.com/search?utf8=%E2%9C%93&search=` + document.getElementById(`search`).value + `&group_id=&project_id=8306723&search_code=true&repository_ref=master`)"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><use href="/svg/search.svg#search" title="Search"/></svg></a>
<a class="searchBtn no-underline" href="#" onClick="window.open(`https://gitlab.com/search?utf8=%E2%9C%93&search=` + document.getElementById(`search`).value + `&group_id=&project_id=8306723&search_code=true&repository_ref=master`)">
<svg viewBox="0 0 512 512">
<title>Search</title>
<desc>Search icon</desc>
<use href="/svg/search.svg#search"/>
</svg>
</a>
</div>
</nav>
<%/* Nav menu for mobile */%>