<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Redirect immediately to the original iframe URL -->
<meta
http-equiv="refresh"
content="0; url=https://bragi.blocksofbitcoin.xyz/"
/>
<title>Ordisat</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
/* Center the message on the page */
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
font-family: sans-serif;
}
</style>
</head>
<body>
<p>loading..</p>
</body>
</html>