mirror of
				https://github.com/quatalog/site.git
				synced 2025-10-31 02:25:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <head>
 | |
|     <title id="title">Quatalog Search</title>
 | |
| 
 | |
|     <link rel="shortcut icon" href="./favicon/quatalogIcon.png">
 | |
|     <link rel="icon" href="./favicon/favicon.ico">
 | |
|     <link rel="apple-touch-icon" sizes="180x180" href="./favicon/apple-touch-icon.png">
 | |
|     <link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png">
 | |
|     <link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png">
 | |
|     <link rel="manifest" href="./favicon/site.webmanifest">
 | |
| 
 | |
|     <meta property="og:title" content="Quatalog"/>
 | |
|     <meta property="og:type" content="website"/>
 | |
|     <meta property="og:url" content="https://quatalog.com"/>
 | |
|     <meta property="og:description" content="Quatalog Search"/>
 | |
|     <meta property="og:image" content="https://quatalog.com/images/quatalogVWordmarkBacking.png"/>
 | |
|     <meta property="og:image:width" content="512"/>
 | |
|     <meta property="og:image:height" content="256"/>
 | |
|     <meta property="og:image:alt" content="Quatalog wordmark"/>
 | |
| 
 | |
|     <script src="js/fuse.js"></script>
 | |
|     <script src="js/search.js"></script>
 | |
|     <script src="js/search_helper.js"></script>
 | |
|     <link rel="stylesheet" href="./css/common.css"/>
 | |
|     <link rel="stylesheet" href="./css/search.css"/>
 | |
|     <link rel="stylesheet" href="./css/themes.css"/>
 | |
| </head>
 | |
| <body>
 | |
|     <div id="qlog-header">
 | |
|         <a id="qlog-wordmark" href="./"><svg><use href="./images/quatalogHWordmark.svg#QuatalogHWordmark"></use></svg></a>
 | |
|         <form onsubmit="search_helper(event,false)">
 | |
|             <input type="text" id="search" class="header-search" placeholder="Search...">
 | |
|         </form>
 | |
|     </div>
 | |
|     <h1 id="searchTitle">
 | |
|         Search results for <span id="searchTerm"></span>
 | |
|     </h1>
 | |
|     <table id="searchResultsContainer">
 | |
|     </table>
 | |
| </body>
 |