You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			11 lines
		
	
	
		
			594 B
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			11 lines
		
	
	
		
			594 B
		
	
	
	
		
			HTML
		
	
<div id="search-container">
 | 
						|
    <div id="search-space">
 | 
						|
        <input autocomplete="off" id="search-bar" name="search" type="text" aria-label="Search" placeholder="Search for something...">
 | 
						|
        <div id="results-container">
 | 
						|
        </div>
 | 
						|
    </div>
 | 
						|
</div>
 | 
						|
<script src="https://cdn.jsdelivr.net/npm/flexsearch@0.7.21/dist/flexsearch.bundle.js" integrity="sha256-i3A0NZGkhsKjVMzFxv3ksk0DZh3aXqu0l49Bbh0MdjE=" crossorigin="anonymous" defer></script>
 | 
						|
{{ $js := resources.Get "js/search.js" |  resources.Fingerprint "md5" | resources.Minify }}
 | 
						|
<script defer src="{{ $js.Permalink }}"></script>
 |