2025-02-14 21:30:33 -08:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2025-02-14 22:14:51 -08:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/search.svg" />
|
2025-02-14 23:04:53 -08:00
|
|
|
<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'"
|
|
|
|
/>
|
2025-02-14 23:08:57 -08:00
|
|
|
<script
|
|
|
|
defer
|
|
|
|
data-domain="unduck.link"
|
|
|
|
src="https://plausible.io/js/script.js"
|
|
|
|
></script>
|
2025-02-14 21:30:33 -08:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2025-02-14 22:18:05 -08:00
|
|
|
<title>Unduck</title>
|
2025-02-14 22:36:46 -08:00
|
|
|
<meta
|
|
|
|
name="description"
|
|
|
|
content="A better default search engine (with bangs!)"
|
|
|
|
/>
|
2025-02-14 21:30:33 -08:00
|
|
|
</head>
|
2025-02-14 22:03:20 -08:00
|
|
|
<body style="background-color: transparent">
|
2025-02-14 21:30:33 -08:00
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|