43 lines
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<html lang="en">
 | 
						|
    <head>
 | 
						|
        <meta charset="UTF-8" />
 | 
						|
        <link rel="icon" type="image/svg+xml" href="/search.svg" />
 | 
						|
        <link
 | 
						|
            rel="preconnect"
 | 
						|
            href="https://fonts.googleapis.com"
 | 
						|
            crossorigin="anonymous"
 | 
						|
        />
 | 
						|
        <link
 | 
						|
            rel="preconnect"
 | 
						|
            href="https://fonts.gstatic.com"
 | 
						|
            crossorigin="anonymous"
 | 
						|
        />
 | 
						|
        <link
 | 
						|
            rel="preload"
 | 
						|
            as="style"
 | 
						|
            href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
 | 
						|
        />
 | 
						|
        <link
 | 
						|
            rel="stylesheet"
 | 
						|
            href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
 | 
						|
            media="print"
 | 
						|
            onload="this.media='all'"
 | 
						|
        />
 | 
						|
        <script
 | 
						|
            defer
 | 
						|
            data-domain="unduck.link"
 | 
						|
            src="https://plausible.io/js/script.js"
 | 
						|
        ></script>
 | 
						|
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | 
						|
        <title>SearchLock</title>
 | 
						|
        <meta
 | 
						|
            name="description"
 | 
						|
            content="A better default search engine (with bangs, and better defaults!)"
 | 
						|
        />
 | 
						|
    </head>
 | 
						|
    <body style="background-color: transparent">
 | 
						|
        <div id="app"></div>
 | 
						|
        <script type="module" src="/src/main.ts"></script>
 | 
						|
    </body>
 | 
						|
</html>
 |