mirror of
				https://github.com/yv1ing/MollyBlog.git
				synced 2025-09-16 14:53:45 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			151 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			151 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| function search() {
 | |
|     const keyword = document.getElementById("index-search-input").value;
 | |
|     window.location.href = "/search?keyword=" + keyword;
 | |
| } |