quack / index.html
Tony Powell
Tab title and favicon
116769d
raw
history blame contribute delete
448 Bytes
<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="https://fav.farm/🦆"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Quack - DuckDB in the browser</title>
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>