mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
16 lines
322 B
HTML
16 lines
322 B
HTML
<div id="hc-search">
|
|
<input id="hc-search-input" type="text">
|
|
<button id="hc-search-btn">Search</button>
|
|
</div>
|
|
|
|
<div id="hc-search-modal">
|
|
<div id="hc-modal-content">
|
|
<span id="hc-modal-close">×</span>
|
|
<div id="hc-search-results"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<script>
|
|
hcSearchCategory("docs");
|
|
</script>
|