2024-10-29 10:40:40 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2024-11-08 03:41:59 +00:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
|
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
2024-10-29 10:40:40 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>BuddyBook Dogfood</title>
|
2024-11-02 18:54:09 +00:00
|
|
|
<script>
|
|
|
|
window.global = window;
|
|
|
|
window.process = {
|
|
|
|
env: {
|
|
|
|
NODE_ENV: 'production',
|
|
|
|
VITE_WALLETCONNECT_PROJECT_ID: '1d93edc21291f98e3bed6ff7617ff539'
|
|
|
|
},
|
|
|
|
nextTick: function(fn) { setTimeout(fn, 0); },
|
|
|
|
platform: 'browser',
|
|
|
|
version: 'v16.0.0',
|
|
|
|
browser: true
|
|
|
|
};
|
|
|
|
</script>
|
2024-11-05 12:03:18 +00:00
|
|
|
<script type="text/javascript">
|
|
|
|
(function() {
|
2024-11-08 03:41:59 +00:00
|
|
|
const path = window.location.pathname;
|
2024-11-05 12:03:18 +00:00
|
|
|
if (path && !window.location.search.includes('?/')) {
|
2024-11-08 03:41:59 +00:00
|
|
|
window.location.replace('/?/' + path + window.location.search + window.location.hash);
|
2024-11-05 12:03:18 +00:00
|
|
|
}
|
|
|
|
})();
|
|
|
|
</script>
|
2024-11-08 03:41:59 +00:00
|
|
|
<script type="module" crossorigin src="/assets/index-CiEbv6PL.js"></script>
|
|
|
|
<link rel="stylesheet" crossorigin href="/assets/index-DQCSip5A.css">
|
2024-10-29 10:40:40 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|