A fast, local-first "redirection engine" for !bang users with a few extra features ^-^
1<!doctype html> 2<html lang="en"> 3 <head> 4 <meta charset="UTF-8" /> 5 <link rel="icon" type="image/svg+xml" href="/search.svg" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 <title>Unduck</title> 8 <meta 9 name="description" 10 content="A better default search engine (with bangs!)" 11 /> 12 </head> 13 <body style="background-color: transparent"> 14 <div id="app"></div> 15 <script type="module" src="/src/main.ts"></script> 16 </body> 17</html>