databag/app/client/web/index.html
balzack 869b3be540
Some checks are pending
CI / CI (push) Waiting to run
copy over sdk, will attempt incremental merge in branch
2025-03-03 22:04:16 -08:00

14 lines
402 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Databag</title>
</head>
<body style="background-color: #888888">
<div data-js="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>