Spaces:
Running
Running
File size: 448 Bytes
0b7a4b4 295842d 0b7a4b4 116769d 0b7a4b4 116769d 295842d 0b7a4b4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<!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>
|